temporaldata#

ArrayDict

A dictionary of arrays that share the same first dimension.

LazyArrayDict

Lazy variant of ArrayDict.

IrregularTimeSeries

An irregular time series is defined by a set of timestamps and a set of attributes that must share the same first dimension as the timestamps.

LazyIrregularTimeSeries

Lazy variant of IrregularTimeSeries.

RegularTimeSeries

A regular time series is the same as an irregular time series, but it has a regular sampling rate.

LazyRegularTimeSeries

Lazy variant of RegularTimeSeries.

Interval

An interval object is a set of time intervals each defined by a start time and an end time.

LazyInterval

Lazy variant of Interval.

Data

A flexible container for other data objects such as ArrayDict, RegularTimeSeries, IrregularTimeSeries, and Interval objects, as well as nested Data objects and regular Python objects like scalars, strings, and numpy arrays.

concat

Concatenates multiple time series objects into a single object.