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