Check if elements are NULL
Description
Returns a boolean Series indicating which values are null.
Usage
<Expr>$is_null()
Value
Expr
Examples
#> shape: (3, 1)
#> ┌───────┐
#> │ x │
#> │ --- │
#> │ bool │
#> ╞═══════╡
#> │ false │
#> │ true │
#> │ false │
#> └───────┘