Function polars_plan::dsl::functions::rolling_corr

source ยท
pub fn rolling_corr(x: Expr, y: Expr, options: RollingCovOptions) -> Expr
Available on crate features cov and rolling_window only.