MCPcopy
hub / github.com/dask/dask / aggregate_kwargs

Method aggregate_kwargs

dask/dataframe/dask_expr/_groupby.py:665–670  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

663
664 @property
665 def aggregate_kwargs(self) -> dict: # type: ignore[override]
666 kwargs = self.operand("aggregate_kwargs").copy()
667 kwargs["sort"] = self.sort
668 kwargs["std"] = self.std
669 kwargs["levels"] = self.levels
670 return kwargs
671
672 @property
673 def combine_kwargs(self) -> dict: # type: ignore[override]

Callers

nothing calls this directly

Calls 2

operandMethod · 0.80
copyMethod · 0.45

Tested by

no test coverage detected