MCPcopy Index your code
hub / github.com/dask/dask / mode

Method mode

dask/dataframe/dask_expr/_collection.py:4304–4305  ·  view source on GitHub ↗
(self, dropna=True, split_every=False)

Source from the content-addressed store, hash-verified

4302
4303 @derived_from(pd.Series)
4304 def mode(self, dropna=True, split_every=False):
4305 return new_collection(self.expr.mode(dropna, split_every))
4306
4307 @derived_from(pd.Series)
4308 def nlargest(self, n=5, split_every=None):

Callers 1

modeMethod · 0.45

Calls 1

new_collectionFunction · 0.90

Tested by

no test coverage detected