pub fn corr_expr(col1: &str, col2: &str) -> Expr
Pearson correlation aggregation (PySpark corr). Returns Expr for use in groupBy.agg().