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

Class Where

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

Source from the content-addressed store, hash-verified

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

Callers 1

whereMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected