pub fn clip_min(s: &Series, min: &Series) -> Result<Series, PolarsError>
polars-ops
Set values below the given minimum to the minimum value.