Calculates the number of shows performed in each month.
Value
A data frame with columns: month (factor with levels ordered from Jan to Dec) and count (number of shows in that month)
Examples
if (FALSE) { # \dontrun{
month_counts <- count_shows_by_month(concert_data)
print(month_counts)
} # }