NestedHistoryTimestampIterable
#
Bases: object
__iter__()
#
Implement iter(self).
__len__()
#
Return len(self).
__repr__()
#
Return repr(self).
collect()
#
flatten()
#
Flatten the nested iterable of history objects into a single NumPy NDArray of all contained timestamps.
Returns:
| Type | Description |
|---|---|
NDArray[int64]
|
NumPy NDArray of timestamps in milliseconds. |