polars.Expr.clip_min# Expr.clip_min(lower_bound: NumericLiteral | TemporalLiteral | IntoExprColumn) → Self[source]# Clip (limit) the values in an array to a min boundary. Deprecated since version 0.19.12: Use clip() instead. Parameters: lower_boundLower bound.