time_series

Provides functionality for handling a request format’s time series.

class data_formats.request_format.time_series.TimeSeries(time_series_request: dict)[source]

A wrapper for a request format time series.

data

A dictionary from time to the values of the series.

is_demand

Is this time series a demand?

is_price

Is this time series a price

is_solar

Is this time series for solar data?

is_source

Is this time series a source?

name

The name of the time series.

stream

Return the name of the stream.