ImportError HDFStore requires PyTables No module named tables

前端 未结 7 1926
暗喜
暗喜 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

提交回复
热议问题