MCPcopy
hub / github.com/dask/dask / max

Method max

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

Source from the content-addressed store, hash-verified

307 )
308
309 def max(self, skipna=True, numeric_only=False, split_every=False, axis=0):
310 return Max(self, skipna, numeric_only, split_every, axis)
311
312 def any(self, skipna=True, split_every=False):
313 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