__init__(data, time[, time_set, context])
|
|
concatenate(other[, tolerance])
|
Extend time list and variable data lists with the time points and variable values in the provided TimeSeriesData. |
contains_key(key[, context])
|
Returns whether this object's dict contains the given key. |
extract_variables(variables[, context, ...])
|
Only keep variables specified. |
get_cuid(key[, context])
|
Get the time-indexed CUID corresponding to the provided key |
get_data()
|
Return a dictionary mapping CUIDs to values |
get_data_at_time([time, tolerance])
|
Returns the data associated with the provided time point or points. |
get_data_at_time_indices(indices)
|
Returns data at the specified index or indices of this object's list of time points. |
get_data_from_key(key[, context])
|
Returns the value associated with the given key. |
get_interpolated_data([time, tolerance])
|
Returns the data associated with the provided time point or points by linear interpolation. |
get_time_points()
|
Get time points of the time series data |
shift_time_points(offset)
|
Apply an offset to stored time points. |
to_serializable()
|
Convert to json-serializable object. |
update_data(other[, context])
|
Updates this object's data dict. |