I have a dataframe containing various dates and a corresponding value for that date. I am attempting to group the data by week and sum the values for the week, for the 15th and 16th there is no data (as expected) so when I group the data and sum the resultant dataframe does not contain weeks 15 and 16.
I would like to produce a dataframe that contain rows 15 and 16 but has a value of 0 in each
Please see code as per image below