pub fn zscore_factor( lf: LazyFrame, factor_col: &str, timestamp_col: &str, ) -> LazyFrame
Cross-sectional z-score (demean and divide by std deviation per timestamp).