My code below takes a weekly average of numbers
df = information.groupby(pd.Grouper(freq=\'W\')).mean(\'numbers\')
When I print the head of t