Function polars_lazy::dsl::business_day_count
pub fn business_day_count(
start: Expr,
end: Expr,
week_mask: [bool; 7],
holidays: Vec<i32>
) -> Expr
Available on crate feature
dtype-date
only.