Skip to main content
GuideTutorialsConfigure data integration workflows within a running Tabsdata server.API ReferenceRelease Notes
Version: 1.9.1

Expr.dt.add_business_days

def add_business_days(
n: int | td_IntoExpr,
week_mask: Iterable[bool] = (True, True, True, True, True, False, False),
holidays: Iterable[date] = (),
roll: td_Roll = 'raise',
) -> Expr

Categories: date