Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ CumProd
Class
CumProd
dask/dataframe/dask_expr/_cumulative.py:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
135
136
class
CumProd(CumulativeAggregations):
137
chunk_operation = M.cumprod
138
aggregate_operation = staticmethod(methods.cumprod_aggregate)
139
neutral_element = 1
140
141
142
class
CumMax(CumulativeAggregations):
Callers
1
cumprod
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected