blosc2.where#
- blosc2.where(condition: LazyExpr, x: NDArray | NDField | ndarray | int | float | complex | bool | str | bytes | None = None, y: NDArray | NDField | ndarray | int | float | complex | bool | str | bytes | None = None) LazyExpr #
Return elements chosen from x or y depending on condition.
- Parameters:
References