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