gpt4 book ai didi

python - pandas.read_feather 得到了一个意想不到的参数 nthreads

转载 作者:太空狗 更新时间:2023-10-29 21:33:14 26 4
gpt4 key购买 nike

我尝试将数据帧保存为羽化格式,但在加载时出现错误

os.makedirs('tmp', exist_ok=True)
df_hist.to_feather('tmp/historical-raw')

这是加载回数据集

df_hist= pd.read_feather('tmp/historical-raw')

出现以下错误

read_feather() got an unexpected keyword argument 'nthreads'

提前致谢

最佳答案

尝试替换下面的行

df_hist= pd.read_feather('tmp/historical-raw') 

import feather
df_hist=feather.read_dataframe('tmp/historical-raw')

以上改变对我有用

关于python - pandas.read_feather 得到了一个意想不到的参数 nthreads,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53995927/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com