Install
Datasets
How to use
All the modules have aload 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.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Announcement: Nixtla Enterprise now offers top foundation models, MCP, and agentic capabilities: join the waitlist
Datasets for time series forecasting
pip install datasetsforecast
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
Was this page helpful?
