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

Method count

dask/dataframe/dask_expr/_collection.py:4760–4761  ·  view source on GitHub ↗
(self, split_every=False)

Source from the content-addressed store, hash-verified

4758 # Methods and properties of Series that are not implemented on Index
4759
4760 def count(self, split_every=False):
4761 return new_collection(IndexCount(self, split_every))
4762
4763 @property # type: ignore
4764 def index(self):

Callers 4

semMethod · 0.45
countMethod · 0.45
infoMethod · 0.45
nuniqueMethod · 0.45

Calls 2

new_collectionFunction · 0.90
IndexCountClass · 0.90

Tested by

no test coverage detected