
python读feather格式文件
python中feather安装 pip install feather-format
注意:不要直接用pip install feather——可以显示安装了但是读的时候会报错,例如:
ImportError: cannot import name 'getuid' from 'os' (D:\\anaconda\\lib\\os.py) python读feather文件 import feather df = feather.read_dataframe("./data/train.feather")
👁️ 阅读量:0
© 版权声明:本文《python读feather格式文件》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1687006797a416856.html。