ArrowNotImplementedError:在数据帧上应用 pandas.to_feather 时出现 halffloat 错误

Nav*_*jum 8 python pandas feather

我有一个数据框,其中包含不同数据类型的列,包括日期。不,在做了一些修改后,我想将其保存为羽毛文件,以便以后访问它。但我在以下步骤中收到错误

historical_transactions.to_feather('tmp/historical-raw')

ArrowNotImplementedError: halffloat
Run Code Online (Sandbox Code Playgroud)

Nar*_*ahu 10

我想,在您的数据框中,有一些羽毛格式不支持的dtype列。float16您可以将这些列转换为float32并尝试。