Function polars_lazy::dsl::functions::pearson_corr

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

Compute the pearson correlation between two columns.

ยงArguments

  • ddof Delta degrees of freedom