【发布时间】:2018-06-20 17:16:22
【问题描述】:
我想在 python 3.5 中读取一个泡菜文件。我正在使用以下代码。
以下是我的输出,我想将其加载为 pandas 数据框。
当我尝试使用 df = pd.DataFrame(df) 转换为 pd Dataframe 时,出现以下错误。
ValueError: arrays must all be same length
链接到数据-https://drive.google.com/file/d/1lSFBPLbUCluWfPjzolUZKmD98yelTSXt/view?usp=sharing
【问题讨论】:
-
泡菜有信心吗?泡菜的大小是多少?
-
是5兆,我可以分享pickle的链接
-
超级好,请做。因为似乎是数据依赖的问题。
-
请找到,TIA
标签: python-3.x pandas dataframe pickle data-science