kappa_sdk.DataEnumeratorPoint#
- class kappa_sdk.DataEnumeratorPoint(date, values)[source]#
A time-based slice of results produced by the
DataEnumerator.Contains a time-index and a list of interpolated, extrapolated, or actual values from vector inputs.
Note
Should not be instantiated directly.
Attributes
Gets a time-index (date and time).
Gets a list of values of input vectors in the same order as those inputs were given to the enumerator.
Methods
- Parameters:
date (datetime)
values (List[float])
- property date: datetime#
Gets a time-index (date and time).
- property values: List[float]#
Gets a list of values of input vectors in the same order as those inputs were given to the enumerator.