Metadata#
The class TimeSeriesDataset handles
the metadata and some metrics from the loaded data.
Information regarding the size of each dataset, before any of the preprocessing,
as well as resamples and joined length of the dataset is generated here.
This information can be retrived with function get_metadata().
Path |
Description/Unit |
|---|---|
|
Histogram information for each tag. String with serialized JSON dictionary where key contains gap |
|
Data provider specific metadata. Result of |
|
List of row filter tags. Tags participating in Row filter. |
|
Periods dropped by applied algorithm in the data preprocessing. Key is a filter periods type, and value is a list with |
|
Descriptive statistics (quartiles, max/min, median etc.) for each tag |
|
Serialized tags information. |
|
DataFrame sizes: |
tag_loading_metadata also contains per tag metadata:
Path |
Description/Unit |
|---|---|
|
Empty time-series gaps. |
|
First value in Unix-timestamp. |
|
Last value in Unix-timestamp. |
|
Number of values. |
|
Number of values after resampling. |