Get list of HDF5 contents (Pandas HDFStore) Get list of HDF5 contents (Pandas HDFStore) pandas pandas

Get list of HDF5 contents (Pandas HDFStore)


hdf.keys() returns a (potentially unordered) list of the keys corresponding to the objects stored in the HDFStore (link)


hdf.keys() just return the the name of groups or tables,my_table_id instead of column names.