brainbox.core

Creates core data types and functions which support all of brainbox.

Classes

TimeSeries

A subclass of dict with dot syntax, enforcement of time stamping

class TimeSeries(times, values, columns=None, *args, **kwargs)[source]

Bases: dict

A subclass of dict with dot syntax, enforcement of time stamping

copy()[source]

Return a new TimeSeries instance which is a copy of the current TimeSeries instance.