Create a dataframe with the count of tweets each month The dataframe must have the following columns: 'count', int, the number of tweets created each month 'created_at', datetime, the date at which tweets were created Resample back to "created_at"