Calculate the lower bound
Description
Returns a unit Series with the lowest value possible for the dtype of this expression.
Usage
<Expr>$lower_bound()
Value
A polars expression
Examples
#> shape: (1, 1)
#> ┌─────────────┐
#> │ a │
#> │ --- │
#> │ i32 │
#> ╞═════════════╡
#> │ -2147483648 │
#> └─────────────┘