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

Class IndexCount

dask/dataframe/dask_expr/_reductions.py:1273–1278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1271
1272
1273class IndexCount(Reduction):
1274 _parameters = ["frame", "split_every"]
1275 _defaults = {"split_every": False}
1276 reduction_chunk = staticmethod(methods.index_count)
1277 reduction_aggregate = staticmethod(np.sum)
1278 # aggregate_chunk = staticmethod(np.sum)
1279
1280
1281class Mode(Reduction):

Callers 1

countMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected