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

Class Where

dask/dataframe/dask_expr/_expr.py:1669–1673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

whereMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected