pub fn winsorize_factor( lf: LazyFrame, factor_col: &str, timestamp_col: &str, lower_pct: f64, upper_pct: f64, ) -> LazyFrame
Clip outliers in a factor per timestamp beyond the given percentiles (0.0 to 1.0).