ImportError HDFStore requires PyTables No module named tables

前端 未结 7 1873
暗喜
暗喜 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条回答
  • 2020-12-14 14:50

    On Windows,maybe that is a good choices,using this Command:

    pip installed tables-3.2.2-cp34-cp34m-win_amd64.whl

    ---the document you can download from http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy

    0 讨论(0)
提交回复
热议问题