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

Class CumSum

dask/dataframe/dask_expr/_cumulative.py:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129
130class CumSum(CumulativeAggregations):
131 chunk_operation = M.cumsum
132 aggregate_operation = staticmethod(methods.cumsum_aggregate)
133 neutral_element = 0
134
135
136class CumProd(CumulativeAggregations):

Callers 1

cumsumMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected