MCPcopy Create free account
hub / github.com/dask/dask / CumMax

Class CumMax

dask/dataframe/dask_expr/_cumulative.py:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141
142class CumMax(CumulativeAggregations):
143 chunk_operation = M.cummax
144 aggregate_operation = staticmethod(methods.cummax_aggregate)
145 neutral_element = -math.inf # type: ignore[assignment]
146
147
148class CumMin(CumulativeAggregations):

Callers 1

cummaxMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected