tstore.archive.ts.readers package#

Submodules#

tstore.archive.ts.readers.dask module#

Created on Mon Jun 12 22:24:07 2023.

@author: ghiggi

tstore.archive.ts.readers.dask.open_ts(fpath, partitions, columns=None, start_time=None, end_time=None, inclusive=None, split_row_groups=False, calculate_divisions=True, ignore_metadata_file=False, **kwargs)[source]#

Open a time series into a Dask.DataFrame.

tstore.archive.ts.readers.polars module#

Created on Mon Jun 12 22:19:51 2023.

@author: ghiggi

tstore.archive.ts.readers.polars.open_ts(fpath, partitions, start_time=None, end_time=None, rechunk=True, use_statistics=True, hive_partitioning=True, storage_options=None, low_memory=False, lazy=True, columns=None, use_pyarrow=False, parallel=True)[source]#

Open a TS into a polars Frame.

tstore.archive.ts.readers.pyarrow module#

Created on Mon Jun 12 22:19:51 2023.

@author: ghiggi

tstore.archive.ts.readers.pyarrow.open_ts(fpath, partitions, start_time=None, end_time=None, inclusive=None, columns=None, split_row_groups=False, filesystem=None, use_threads=True)[source]#

Open a TS into a pyarrow.Table.

Module contents#

Created on Mon Jun 12 22:23:06 2023.

@author: ghiggi