API Reference#

Look through specific module or search through the entire list of APIs.

All APIs

Object

Description

ArrayDict

A dictionary of arrays that share the same first dimension. The number of

LazyArrayDict

Lazy variant of ArrayDict. The data is not loaded until it is accessed.

IrregularTimeSeries

An irregular time series is defined by a set of timestamps and a set of

LazyIrregularTimeSeries

Lazy variant of IrregularTimeSeries. The data is not loaded until it is

RegularTimeSeries

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

LazyRegularTimeSeries

Lazy variant of RegularTimeSeries. The data is not loaded until it is

Interval

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

LazyInterval

Lazy variant of Interval. The data is not loaded until it is accessed.

Data

A flexible container for other data objects such as

concat

Concatenates multiple time series objects into a single object.