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