__init__(data, intervals[, time_set, context])
|
Processes keys of the data dict. |
concatenate(other[, tolerance])
|
Extend interval list and variable data lists with the intervals and variable values in the provided IntervalData |
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_interval_indices(indices)
|
|
get_data_at_time(time[, tolerance, prefer_left])
|
|
get_data_from_key(key[, context])
|
Returns the value associated with the given key. |
get_intervals()
|
|
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. |