Skip to content

tseries

tseries

tseries(timefile: Path) -> DataFrame | None

Read temporal series HDF5 file.

Parameters:

Name Type Description Default
timefile Path

path of the TimeSeries.h5 file.

required

Returns:

Type Description
DataFrame | None

A pandas.DataFrame containing the time series, organized by variables in columns and the time steps in rows.