get_holiday_df

WorktimeCalculator.get_holiday_df() DataFrame[source]

Generate a Dataframe containing all needed holidays.

They begin at the start of the first contract until now, as well as work time based on the contract parameters for those days.

Returns

holiday_df – Dataframe containing all holidays from the start of the first contract until now, as well as work time based on the contract parameters for those days.

Return type

pandas.DataFrame