MCPcopy
hub / github.com/dask/dask / _monotonic_aggregate

Function _monotonic_aggregate

dask/dataframe/methods.py:521–523  ·  view source on GitHub ↗
(concatenated, prop)

Source from the content-addressed store, hash-verified

519
520
521def _monotonic_aggregate(concatenated, prop):
522 s = pd.Series(concatenated[["first", "last"]].to_numpy().ravel())
523 return concatenated["monotonic"].all() and getattr(s, prop)
524
525
526monotonic_increasing_chunk = partial(_monotonic_chunk, prop="is_monotonic_increasing")

Callers

nothing calls this directly

Calls 2

ravelMethod · 0.45
allMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…