Drop NaN
Description
Drop NaN
Usage
<Expr>$drop_nans()
Details
Note that NaN
values are not null
values. Null
values correspond to NA in R.
Value
Expr
See Also
drop_nulls()
Examples
#> shape: (3, 1)
#> ┌──────┐
#> │ x │
#> │ --- │
#> │ f64 │
#> ╞══════╡
#> │ 1.0 │
#> │ 2.0 │
#> │ null │
#> └──────┘