When running
pd.read_hdf(\'myfile.h5\')
I get the following traceback error:
[[...some longer traceback]]
~/.
Are you using numpy 1.16? It is incompatible with the latest release of pytables (see https://github.com/PyTables/PyTables/blob/v3.4.4/tables/hdf5extension.pyx#L2155) but the pytables team have not yet released a fixed version: https://github.com/PyTables/PyTables/issues/719
The only way I found to fix this is to downgrade numpy.