MCPcopy
hub / github.com/dask/dask / operation

Method operation

dask/dataframe/dask_expr/_describe.py:87–90  ·  view source on GitHub ↗
(name, is_timedelta_col, is_datetime_col, unit, *stats)

Source from the content-addressed store, hash-verified

85
86 @staticmethod
87 def operation(name, is_timedelta_col, is_datetime_col, unit, *stats):
88 return describe_numeric_aggregate(
89 stats, name, is_timedelta_col, is_datetime_col, unit
90 )
91
92
93class DescribeNonNumeric(DescribeNumeric):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected