Module time_series

Source
Expand description

Time series datasets.

This module provides access to common time series datasets, including:

  • Electrocardiogram (ECG) dataset
  • Stock market dataset
  • Weather dataset

These datasets are designed for testing time series analysis algorithms, signal processing, and forecasting methods.

Functionsยง

electrocardiogram
Load an electrocardiogram as an example for a 1-D signal.
stock_market
Load stock market data for multiple companies.
weather
Load weather time series data from multiple locations.