pandas 读取羽毛 ArrowInvalid
pandas read feather ArrowInvalid
当我尝试读取羽毛文件时出现此错误:
ArrowInvalid: Column 0: In chunk 0: Invalid: Buffer #1 too small in array of type int64 and length 14712: expected at least 117696 byte(s), got 3450
此文件是使用另一个 pyarrow 版本创建的。我有版本 0.17.0
,文件是由版本 1.0.0
创建的。所以将我的 pyarrow 更新到新版本解决了这个问题。
当我尝试读取羽毛文件时出现此错误:
ArrowInvalid: Column 0: In chunk 0: Invalid: Buffer #1 too small in array of type int64 and length 14712: expected at least 117696 byte(s), got 3450
此文件是使用另一个 pyarrow 版本创建的。我有版本 0.17.0
,文件是由版本 1.0.0
创建的。所以将我的 pyarrow 更新到新版本解决了这个问题。