Mascot Label Group is an independent Dutch record label, specializing in guitarists and associated genres (rock, metal, blues, etc). Since 2014, the label's North American office has pushed over 20 singles to rock radio from several artists including P.O.D., Black Stone Cherry, Crobot, and 10 Years. The purpose of this project is to identify trends in radio support for singles, artists, and the label overall based on data from individual radio stations.
This project required data to be downloaded from Mediabase, and used the following technologies:
- Excel/Google Sheets
- Python (Pandas Library)
- Tableau
Song reports for every Mascot Records Active Rock radio single were downloaded as xlsx files from Mediabase. Some songs had two files, one for every year of its chart run, and looked like the following:
These song files were converted to CSV files and cleaned (month plays were deleted leaving only year totals, and each row was given a song, artist, and a year column) and concatenated into one csv file for Tableau to read and visualize.
The final step before visualizing was adding zip codes to every radio station for Tableau to be able to map each station appropriately using a VLOOKUP.
The final airplay dashboard appeared as follows:
The tooltip over the radio map includes format of the radio station, its market rank, location, callcode, and its total spins (filtered by the selections on the right). The dashboard is responsive and can filter data based on date range, artist, song, and station, allowing an in depth analysis of stations, artists and songs.
While the dashboard is robust, it doesn't allow for easy comparisons betweens tracks, artists, etc. It requires one to make notes of the data displayed before visualizing another.
The data input could also be improved by increasing the data from just years to month and year, allowing for a more granular analysis of a song's chart run.






