tstore.tswide package#
Submodules#
tstore.tswide.dask module#
Module defining the TSWideDask wrapper.
- class tstore.tswide.dask.TSWideDask(*args, **kwargs)[source]#
Bases:
TSWideWrapper for a long-form Dask timeseries dataframe.
- static from_tstore(base_dir: str) TSWideDask[source]#
Open a TStore file structure as a TSWideDask wrapper around a Dask long dataframe.
- to_tslong() TSLongDask[source]#
Convert the wrapper into a TSLongDask object.
tstore.tswide.pandas module#
Module defining the TSWidePandas wrapper.
- class tstore.tswide.pandas.TSWidePandas(*args, **kwargs)[source]#
Bases:
TSWideWrapper for a long-form Pandas timeseries dataframe.
- static from_tstore(base_dir: str) TSWidePandas[source]#
Open a TStore file structure as a TSWidePandas wrapper around a Pandas long dataframe.
- to_tslong() TSLongPandas[source]#
Convert the wrapper into a TSLongPandas object.
tstore.tswide.polars module#
Module defining the TSWidePolars wrapper.
- class tstore.tswide.polars.TSWidePolars(*args, **kwargs)[source]#
Bases:
TSWideWrapper for a long-form Polars timeseries dataframe.
- static from_tstore(base_dir: str) TSWidePolars[source]#
Open a TStore file structure as a TSWidePolars wrapper around a Polars long dataframe.
- to_tslong() TSLongPolars[source]#
Convert the wrapper into a TSLongPolars object.
tstore.tswide.pyarrow module#
Module defining the TSWidePyArrow wrapper.
- class tstore.tswide.pyarrow.TSWidePyArrow(*args, **kwargs)[source]#
Bases:
TSWideWrapper for a long-form PyArrow timeseries dataframe.
- static from_tstore(base_dir: str) TSWidePyArrow[source]#
Open a TStore file structure as a TSWidePyArrow wrapper around a PyArrow long dataframe.
- to_tslong() TSLongPyArrow[source]#
Convert the wrapper into a TSLongPyArrow object.
tstore.tswide.tswide module#
Module defining the TSWide abstract wrapper.
Module contents#
TSWide package.