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

Method chunk

dask/dataframe/dask_expr/_reductions.py:1109–1110  ·  view source on GitHub ↗
(cls, df, **kwargs)

Source from the content-addressed store, hash-verified

1107class ArrayReduction(Reduction):
1108 @classmethod
1109 def chunk(cls, df, **kwargs):
1110 return cls.reduction_chunk(df, **kwargs)
1111
1112 @classmethod
1113 def combine(cls, inputs: list, **kwargs): # type: ignore

Callers

nothing calls this directly

Calls 1

reduction_chunkMethod · 0.45

Tested by

no test coverage detected