MCPcopy Index your code
hub / github.com/dask/dask / Where

Class Where

dask/dataframe/dask_expr/_expr.py:1668–1672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1666
1667
1668class Where(Elemwise):
1669 _projection_passthrough = True
1670 _parameters = ["frame", "cond", "other"]
1671 _defaults = {"other": np.nan}
1672 operation = M.where
1673
1674
1675def _check_divisions(df, i, division_min, division_max, last):

Callers 1

whereMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…