datasetsforecast 1.0.1


pip install datasetsforecast

  Latest version

Released: Feb 24, 2026


Meta
Author: Nixtla
Requires Python: >=3.10

Classifiers

Development Status
  • 2 - Pre-Alpha

Intended Audience
  • Developers

Natural Language
  • English

License
  • OSI Approved :: MIT License

Programming Language
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

datasetsforecast

Datasets for time series forecasting

Install

pip install datasetsforecast

Datasets

How to use

All the modules have a load method which you can use to load the dataset for a specific group. If you don’t have the data locally it will be downloaded for you.

from datasetsforecast.phm2008 import PHM2008
train_df, test_df = PHM2008.load(directory='data', group='FD001')
train_df.shape, test_df.shape
((20631, 17), (13096, 17))

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
aiohttp
numpy
scikit-learn
pandas[plot] (<3.0.0)
requests
tqdm
utilsforecast (>=0.0.8)
xlrd (>=1.0.0)