pub fn regr_count_expr(y_col: &str, x_col: &str) -> Expr
Regression: count of (y, x) pairs where both non-null (PySpark regr_count).