Get the first value.
Description
Get the first value.
Usage
<Expr>$first()
Value
Expr
Examples
#> shape: (3, 2)
#> ┌─────┬───────┐
#> │ x ┆ first │
#> │ --- ┆ --- │
#> │ i32 ┆ i32 │
#> ╞═════╪═══════╡
#> │ 3 ┆ 3 │
#> │ 2 ┆ 3 │
#> │ 1 ┆ 3 │
#> └─────┴───────┘