Function polars_lazy::functions::spearman_rank_corr[][src]

pub fn spearman_rank_corr(a: Expr, b: Expr) -> Expr
This is supported on crate features compile and rank only.
Expand description

Compute the spearman rank correlation between two columns.