pandas.HDFStore.keys

HDFStore.keys(include='pandas')[source]

Return a list of keys corresponding to objects stored in HDFStore.

Parameters
include:str, default ‘pandas’

When kind equals ‘pandas’ return pandas objects. When kind equals ‘native’ return native HDF5 Table objects.

New in version 1.1.0.

Returns
list

List of ABSOLUTE path-names (e.g. have the leading ‘/’).

Raises
raises ValueError if kind has an illegal value

© 2008–2021, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/1.3.4/reference/api/pandas.HDFStore.keys.html