Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
class
CumSum(CumulativeAggregations):
131
chunk_operation = M.cumsum
132
aggregate_operation = staticmethod(methods.cumsum_aggregate)
133
neutral_element = 0
134
135
136
class
CumProd(CumulativeAggregations):
Callers
1
cumsum
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected