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