MCPcopy
hub / github.com/dask/dask / mode

Method mode

dask/dataframe/dask_expr/_expr.py:328–329  ·  view source on GitHub ↗
(self, dropna=True, split_every=False)

Source from the content-addressed store, hash-verified

326 )
327
328 def mode(self, dropna=True, split_every=False):
329 return Mode(self, dropna=dropna, split_every=split_every)
330
331 def min(self, skipna=True, numeric_only=False, split_every=False, axis=0):
332 return Min(self, skipna, numeric_only, split_every=split_every, axis=axis)

Callers 4

test_modeFunction · 0.45
test_mode_numeric_onlyFunction · 0.45
test_mode_numeric_onlyFunction · 0.45

Calls 1

ModeClass · 0.90

Tested by 4

test_modeFunction · 0.36
test_mode_numeric_onlyFunction · 0.36
test_mode_numeric_onlyFunction · 0.36