MCPcopy
hub / github.com/dask/dask / IndexCount

Class IndexCount

dask/dataframe/dask_expr/_reductions.py:1271–1276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

countMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…