import pandas as pd dfs = pd.HDFStore(\'xxxxx.h5\')
throws this error:
\"ImportError: HDFStore requires PyTables, \"No module named t
You can use pip on any os :
python -m pip install tables
You can check the official documentation on more ways to install it http://www.pytables.org/usersguide/installation.html