polars_plan::dsl::functionsFunction pearson_corr
Source pub fn pearson_corr(a: Expr, b: Expr, ddof: u8) -> Expr
Available on crate feature cov
only.
Expand description
Compute the pearson correlation between two columns.
ยงArguments
- ddof
Delta degrees of freedom