If I run
import pandas as pd df = pd.read_pickle(\'test.pkl.gz\') len(df)
I get the following error:
AttributeError: \'DataFra