errors

exception timeseries.errors.IteratorError[source]

Bases: ValueError

Error raised when creating time series from non-iterable / no-length input.

exception timeseries.errors.InputDimensionError[source]

Bases: IndexError

Error raised when creating time series without matching input dimensions.

exception timeseries.errors.DateError[source]

Bases: TypeError

Error raised when creating time series with non-datetime or duplicate keys.

exception timeseries.errors.NumericValueError[source]

Bases: TypeError

Error raised when creating time series with non-numeric values.

exception timeseries.errors.CSVDateError[source]

Bases: TypeError

Error raised when unable to convert CSV dates to datetime objects.

exception timeseries.errors.CSVLoadError[source]

Bases: RuntimeError

Error raised when unable to load CSV file.

exception timeseries.errors.WeightsError[source]

Bases: ValueError

Error raised when providing invalid parameters to weights.

exception timeseries.errors.FilteringWindowError[source]

Bases: ValueError

Error raised when applying filter in a window larger than the time series.

exception timeseries.errors.OperatorError[source]

Bases: RuntimeError

Error raised when function call fails after time series set operation.