Skip to main content

neutralize_factor

Function neutralize_factor 

Source
pub fn neutralize_factor(
    lf: LazyFrame,
    factor_col: &str,
    group_col: &str,
) -> LazyFrame
Expand description

Demean a factor within groups (e.g. sectors or timestamps).