ByteDance/CloudTimeSeriesData
Intro The data organization follows TFB format: https://github.com/decisionintelligence/TFB. TFB data format TFB stores time series in a format of three column long tables, which we will introduce below: Format Introduction First column: date (the exact column name is required, the same applies below.) The columns stores the time information in the time series, which can be in either of the following formats: Timestamps in string, datetime, or… See the full description on the dataset page: https://huggingface.co/datasets/ByteDance/CloudTimeSeriesData.
Intro
The data organization follows TFB format: https://github.com/decisionintelligence/TFB.
TFB data format
TFB stores time series in a format of three column long tables, which we will introduce below:
Format Introduction
First column: date (the exact column name is required, the same applies below.)
- The columns stores the time information in the time series, which can be in either of the following formats:
- Timestamps in string, datetime, or other types that are compatible with pd.to_datetime;
- Integers starting from 1, e.g. 1, 2, 3, 4, 5, ...
Second column: data
- This column stores the series values corresponding to the timestamps.
Third column: cols
- This column stores the column name (variable name).
Multivariate time series example:
A common time series in wide table format:
Convert to TFB format:
License
This dataset is released under CC BY 4.0
