Dataset#
A Dataset is a tabular pandas data structure to manage time-series data.
Constructor#
|
Base type of datasets |
Attributes#
Returns the dataset attributes |
|
Returns the unique ids in the dataset |
|
Returns the time interval this object spans |
Serialization / IO / conversion#
|
Read a dictionary-alike object from a .csv file as a pandas DataFrame. |
Indexing#
|
|
|
Select rows by the given id and optionally by attributes |
Filtering#
|
Select rows within a specific time range (include "since", exclude "until"). |
All pandas DataFrame methods are also available.