Dataframe from pickled file seems impossible to be read in pandas

后端 未结 0 2032
天涯浪人
天涯浪人 2020-11-29 03:10

If I run

import pandas as pd
df = pd.read_pickle(\'test.pkl.gz\')
len(df)

I get the following error:

AttributeError: \'DataFra         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题