ImportError HDFStore requires PyTables No module named tables

前端 未结 7 1932
暗喜
暗喜 2020-12-14 14:27
import pandas as pd
dfs = pd.HDFStore(\'xxxxx.h5\')

throws this error:

\"ImportError: HDFStore requires PyTables, \"No module named t

7条回答
提交回复
热议问题