...

/

Challenge 4: Grouping/Resampling By Month (Difficult)

Challenge 4: Grouping/Resampling By Month (Difficult)

This challenge expects you to count records per month.

Problem definition

Your music analyst would like to know how many concerts were held in each month present in the dataset.

Expected output

A dictionary mapping the months to the count of ...