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