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

Method max

dask/dataframe/dask_expr/_expr.py:310–311  ·  view source on GitHub ↗
(self, skipna=True, numeric_only=False, split_every=False, axis=0)

Source from the content-addressed store, hash-verified

308 )
309
310 def max(self, skipna=True, numeric_only=False, split_every=False, axis=0):
311 return Max(self, skipna, numeric_only, split_every, axis)
312
313 def any(self, skipna=True, split_every=False):
314 return Any(self, skipna=skipna, split_every=split_every)

Callers 15

_mode_aggregateFunction · 0.45
compute_hll_arrayFunction · 0.45
reduce_stateFunction · 0.45
_head_timedeltaFunction · 0.45
shuffle_group_2Function · 0.45
_lowerMethod · 0.45
_check_divisionsFunction · 0.45
_divisionsMethod · 0.45
test_binop_scalar_leftFunction · 0.45
test_min_dtFunction · 0.45
read_sql_queryFunction · 0.45

Calls 1

MaxClass · 0.90

Tested by 12

test_binop_scalar_leftFunction · 0.36
test_min_dtFunction · 0.36
test_optimize_and_notFunction · 0.36
test_skipinitialspaceFunction · 0.36
test_no_overlapsFunction · 0.36
test_divisionsFunction · 0.36
test_limitsFunction · 0.36