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