Function polars_plan::dsl::functions::business_day_count
source ยท pub fn business_day_count(
start: Expr,
end: Expr,
week_mask: [bool; 7],
holidays: Vec<i32>,
) -> Expr
Available on crate features
business
and dtype-date
only.