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

Method aggregate

dask/dataframe/dask_expr/_reductions.py:816–819  ·  view source on GitHub ↗
(cls, inputs, **kwargs)

Source from the content-addressed store, hash-verified

814
815 @classmethod
816 def aggregate(cls, inputs, **kwargs):
817 func = cls.reduction_aggregate or cls.reduction_chunk
818 df = _concat(inputs)
819 return func(df, **kwargs)
820
821 def __dask_postcompute__(self):
822 return toolz.first, ()

Callers

nothing calls this directly

Calls 2

_concatFunction · 0.90
funcFunction · 0.50

Tested by

no test coverage detected