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

Function count

dask/dataframe/dask_expr/tests/test_map_partitions_overlap.py:363–366  ·  view source on GitHub ↗
(part)

Source from the content-addressed store, hash-verified

361)
362def test_map_overlap_independent_operations_on_same_input(df, pdf, overlap_setup):
363 def count(part):
364 return_value = part.copy()
365 return_value["count"] = len(return_value)
366 return return_value
367
368 before, after = overlap_setup
369

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…