pub fn neutralize_factor( lf: LazyFrame, factor_col: &str, group_col: &str, ) -> LazyFrame
Demean a factor within groups (e.g. sectors or timestamps).