MCPcopy
hub / github.com/dask/dask / reduction_aggregate

Method reduction_aggregate

dask/dataframe/dask_expr/_reductions.py:1217–1219  ·  view source on GitHub ↗
(cls, vals, order)

Source from the content-addressed store, hash-verified

1215
1216 @classmethod
1217 def reduction_aggregate(cls, vals, order):
1218 result = moment_agg(vals, order=order, axis=(0,))
1219 return result
1220
1221
1222class Mean(Reduction):

Callers

nothing calls this directly

Calls 1

moment_aggFunction · 0.90

Tested by

no test coverage detected