generate_contract_worktime_df

WorktimeCalculator.generate_contract_worktime_df() DataFrame[source]

Generate a Dataframe with ‘worktime’ column.

Generate a template like DataFrame containing the mean daily work time for each day counting as workday based on the contract details. This Template will be used later on to generate the manual_df and holiday_df.

Returns

contract_worktime_df – Dataframe containing all workdays and their mean daily working time, since the 1st contract started until now

Return type

pandas.DataFrame