Registry / data / tsdb
library0.8pypypi✓ verified 84d ago

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 tsdb
INSTALL
IMPORT
SIG · TSDB
T
tsdb
datapythonv0.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

load
✓ from tsdb import load
✗ from tsdb import load_dataset

Load a dataset by name. The function returns a dict with keys 'X_train', 'y_train', etc.

from tsdb import load_dataset data = load_dataset('Wadi') # Load a sample dataset print(data.keys())
Debug
Known issues
gotchaDataset names are case-sensitive. Use exact names from the official list (e.g., 'Wadi', not 'wadi').
fix
Check the list of datasets via `from tsdb import list_datasets; print(list_datasets())`.
affects: all
gotchaSome datasets may require additional download steps (e.g., authentication or manual download).
fix
Read the dataset-specific documentation or raise an issue on GitHub.
affects: all
Upgrade
Version history
0.8latest on PyPI · released Apr 9, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
tsdb — pip install tsdb · libregistry