MCPcopy
hub / github.com/dask/dask / count

Method count

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

Source from the content-addressed store, hash-verified

4801 # Methods and properties of Series that are not implemented on Index
4802
4803 def count(self, split_every=False):
4804 return new_collection(IndexCount(self, split_every))
4805
4806 @property # type: ignore[misc]
4807 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