Skip to main content

winsorize_factor

Function winsorize_factor 

Source
pub fn winsorize_factor(
    lf: LazyFrame,
    factor_col: &str,
    timestamp_col: &str,
    lower_pct: f64,
    upper_pct: f64,
) -> LazyFrame
Expand description

Clip outliers in a factor per timestamp beyond the given percentiles (0.0 to 1.0).