polars.Series.clip_min# Series.clip_min( lower_bound: NumericLiteral | TemporalLiteral | IntoExprColumn, ) → Series[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.