ImportError HDFStore requires PyTables No module named tables

1)出错代码

import pandas as pd
dfs = pd.HDFStore('xx.h5')

2)分析原因

版本问题

https://stackoverflow.com/questions/25980018/importerror-hdfstore-requires-pytables-no-module-named-tables

3)解决方法

pip3 install --upgrade tables
发布了183 篇原创文章 · 获赞 79 · 访问量 34万+

猜你喜欢

转载自blog.csdn.net/dlhlSC/article/details/102498656
今日推荐