Timestream.min

Timestream.min(window=None)

Return a Timestream containing the min value in the window.

Computed for each key separately.

Parameters:

window (Optional[Window], default: None)

The window to use for the aggregation. Defaults to the entire Timestream.

See Also

This returns the minimum of values in a column. See least to get the minimum value between Timestreams at each point.