Get the first row of the LazyFrame
Description
Get the first row of the LazyFrame
Usage
<LazyFrame>$first()
Value
A polars LazyFrame
Examples
#> shape: (1, 2)
#> ┌─────┬─────┐
#> │ a ┆ b │
#> │ --- ┆ --- │
#> │ i32 ┆ f64 │
#> ╞═════╪═════╡
#> │ 1 ┆ 1.0 │
#> └─────┴─────┘