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

Method reduction_aggregate

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

moment_aggFunction · 0.90

Tested by

no test coverage detected