Function polars::prelude::clip_max

source ·
pub fn clip_max(s: &Series, max: &Series) -> Result<Series, PolarsError>
Expand description

Clamp underlying values to the max value.