Nav*_*jum 8 python pandas feather
我有一个数据框,其中包含不同数据类型的列,包括日期。不,在做了一些修改后,我想将其保存为羽毛文件,以便以后访问它。但我在以下步骤中收到错误
historical_transactions.to_feather('tmp/historical-raw') ArrowNotImplementedError: halffloat
Nar*_*ahu 10
我想,在您的数据框中,有一些羽毛格式不支持的dtype列。float16您可以将这些列转换为float32并尝试。
dtype
float16
float32
归档时间:
6 年,10 月 前
查看次数:
7115 次
最近记录:
2 年,7 月 前