pub fn clip( s: &Series, min: &Series, max: &Series, ) -> Result<Series, PolarsError>
polars-ops
Set values outside the given boundaries to the boundary value.