Function polars_plan::dsl::functions::rolling_cov

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