How to open a HDF5 file using pandas.read_hdf when the keys are not known?
from pandas.io.pytables import read_hdf read_hdf(path_or_buf, key) pandas.__version__ == '0.14.1'
Here the key parameter is unknown. Thanks
python pandas hdf5 pytables
ar
source share