Get the number of non-null elements in the column
Description
Get the number of non-null elements in the column
Usage
<Expr>$count()
Value
A polars expression
Examples
#> shape: (1, 2)
#> ┌─────┬─────┐
#> │ a ┆ b │
#> │ --- ┆ --- │
#> │ u32 ┆ u32 │
#> ╞═════╪═════╡
#> │ 3 ┆ 2 │
#> └─────┴─────┘