blueetl.store.hdf

HDF data store.

Classes

HDFStore(basedir)

HDF data store.

class blueetl.store.hdf.HDFStore(basedir: str | PathLike)

Bases: BaseStore

HDF data store.

Initialize the object.

Parameters:

basedir – base directory where the files should be stored.

dump(df: DataFrame, name: str) None

Save a dataframe to file, using the given name and the class extension.

property extension: str

Return the file extension to be used with this specific data store.

load(name: str) DataFrame | None

Load a dataframe from file, using the given name and the class extension.