Python pandas 'HDFStore requires PyTables' Issue

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python pandas 'HDFStore requires PyTables' Issue相关的知识,希望对你有一定的参考价值。

Python pandas ‘HDFStore requires PyTables‘ Issue

在运行mobike.py过程中,一直报错,原因是pip install tables命令中安装的pytables文件其实是存在问题的,后续有人修正了这个问题并发布了新的tables库

因此在安装的时候

pip install tables==3.3.0





以上是关于Python pandas 'HDFStore requires PyTables' Issue的主要内容,如果未能解决你的问题,请参考以下文章

pandas python 怎么删除表格中的某一行?

pandas将某一行设置为列索引(python)

Python练手,pandas

python pandas如何将表1指定区域内容替换成表2的?

[python][pandas]No module named 'pandas.lib'

Python之pandas用法