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