message1='Last month, coffee was made {amount} times.'.format(amount=len(monthly))+' Most coffee was made on day {day} of the month, with a total amount of {amount} times.'.format(day=aggregated.idxmax(),amount=aggregated.max())+' From the start of this chat, a grand total amount of {amount} times coffee was made.'.format(amount=grand_total)