Function polars_lazy::functions::pearson_corr[][src]

pub fn pearson_corr(a: Expr, b: Expr) -> Expr
Expand description

Compute the pearson correlation between two columns.