Skip to content

Tag: dataframe

Split Business days in respective month

df1 df2 df i need to calculate 2 things column “Total” based on working days between “From” and “To” and include any holiday from df2. split the “Total” column in respective months (Jan to Dec columns) For part 1 : The column “total” in df1 is calcul…