Function polars_core::functions::pearson_corr
source · pub fn pearson_corr<T>(
a: &ChunkedArray<T>,
b: &ChunkedArray<T>,
ddof: u8
) -> Option<f64>Expand description
Compute the pearson correlation between two columns.