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

Method combine

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

Source from the content-addressed store, hash-verified

1340
1341 @classmethod
1342 def combine(cls, inputs: list, **kwargs): # type: ignore
1343 func = cls.reduction_combine or cls.reduction_aggregate or cls.reduction_chunk
1344 df = _concat(inputs)
1345 return func(df, **kwargs) # type: ignore
1346
1347 def _divisions(self):
1348 # TODO: We can do better in some cases

Callers

nothing calls this directly

Calls 2

_concatFunction · 0.90
funcFunction · 0.50

Tested by

no test coverage detected