Reverse the LazyFrame
Description
Reverse the LazyFrame
Usage
<LazyFrame>$reverse()
Value
A polars LazyFrame
Examples
#> shape: (3, 2)
#> ┌─────┬─────┐
#> │ key ┆ val │
#> │ --- ┆ --- │
#> │ str ┆ i32 │
#> ╞═════╪═════╡
#> │ c ┆ 3 │
#> │ b ┆ 2 │
#> │ a ┆ 1 │
#> └─────┴─────┘