pandas.HDFStore.keys

HDFStore.keys()[source]

Return a (potentially unordered) list of the keys corresponding to the objects stored in the HDFStore. These are ABSOLUTE path-names (e.g. have the leading ‘/’

Scroll To Top