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

pub fn pearson_corr(a: Expr, b: Expr) -> Expr
This is supported on crate feature compile only.
Expand description

Compute the pearson correlation between two columns.