pub fn clip_max(s: &Series, max: &Series) -> PolarsResult<Series>
Set values above the given maximum to the maximum value.