TSDB (Time Series Data Beans) is a Python toolbox that provides easy access to 172 open-source time-series datasets. Current version 0.8, updated September 2023. Release cadence is irregular.
pip install tsdbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load a dataset by name. The function returns a dict with keys 'X_train', 'y_train', etc.
Check the list of datasets via `from tsdb import list_datasets; print(list_datasets())`.
Read the dataset-specific documentation or raise an issue on GitHub.
No dependency data recorded yet.