import pandas as pd dfs = pd.HDFStore(\'xxxxx.h5\')
throws this error:
\"ImportError: HDFStore requires PyTables, \"No module named t
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