blosc2.contains#
- blosc2.contains(ndarr: NDArray, value: str | NDArray, /)#
Check if the array contains a string value.
- Parameters:
ndarr¶ (NDArray API) – The input array.
value¶ (str or NDArray API) – The value to be checked.
- Returns:
out – A lazy expression that can be evaluated.
- Return type:
LazyExpr