Investigating the diversification of musical artist collaborations across genres using Spotify API data
Our goal was to answer the question: "How have artists collaborations diversified over time?" With the rise of streaming service through the 2010s, we conduct an qualitative and quantitative analysis to see the trends in a network of artist collaborations over time. This repo is a running record of the data analyses we did. We did so by choosing the top 10 artists from a given genre (Chicago rap), then connecting artist nodes to other artists for a given year. Below is more information about navigating the repository.
Generally, the report of all the information can be seen in the report.pdf
file. In the main folder is also the five notebooks used for collecting, processing, and analyzing the data. As for the other folders...
artists
andtracks
store the raw data pulled from Spotifydata
stores the organized dataframes consisting of tracks info and artist info separatelygephis
andgexf_files
are the related network graphs used for analysis and visualizationfigures
has all of the plots of quantitative network measure, including degree distribution, assortativity, and average clustering coefficient