MCPcopy 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
136class CumProd(CumulativeAggregations):
137 chunk_operation = M.cumprod
138 aggregate_operation = staticmethod(methods.cumprod_aggregate)
139 neutral_element = 1
140
141
142class CumMax(CumulativeAggregations):

Callers 1

cumprodMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected