https://github.com/nolanbconaway/hip.hop.data
Jupyter analyses of What.CD hip hop torrent tags
https://github.com/nolanbconaway/hip.hop.data
data-science gazelle jupyter music torrents
Last synced: 3 months ago
JSON representation
Jupyter analyses of What.CD hip hop torrent tags
- Host: GitHub
- URL: https://github.com/nolanbconaway/hip.hop.data
- Owner: nolanbconaway
- Created: 2016-09-10T03:06:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T03:31:29.000Z (over 8 years ago)
- Last Synced: 2025-01-29T11:14:29.382Z (5 months ago)
- Topics: data-science, gazelle, jupyter, music, torrents
- Language: Jupyter Notebook
- Homepage:
- Size: 12.7 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Analyzing Hip Hop Music using What.CD data
This all started because I went really deep into the [Hypnotize Minds](https://en.wikipedia.org/wiki/Hypnotize_Minds) catalog, and I noticed that Memphis seemed to turn out a whole lot of hip hop music given its small size (small compared to NYC, LA, etc). I'm convinced DJ Paul is one of the hardest working artists out there.
Anyway, I basically wanted some analysis of the amount of hip hop music produced in each city, relative to the city population. So I used the [What.CD API](https://github.com/WhatCD/Gazelle/wiki/JSON-API-Documentation) to obtain information on all torrents tagged "hip.hop" (75,719 releases as of October 22 2016), and I compared those data to the [2010 Census](https://en.wikipedia.org/wiki/List_of_United_States_cities_by_population).
Anyway, these data are (i think) really interesting, so this repository will contain a bunch of analyses conducted to satisfy my curiosities.
- [ [Link](http://nbviewer.jupyter.org/github/nolanbconaway/hip.hop.data/blob/master/hiphop-per-person.ipynb) ] **Which city makes the most hip hop, relative to its population?**
- [ [Link](http://nbviewer.jupyter.org/github/nolanbconaway/hip.hop.data/blob/master/coastal-timeline.ipynb) ] **Which coast (East, West, Third?) makes the most hip hop? What does the time-line look like?**
- [ [Link](http://nbviewer.jupyter.org/github/nolanbconaway/hip.hop.data/blob/master/mixtape-versus-album.ipynb) ] **When did mixtapes become so popular?**
- [ [Link](most-prolific-artists.ipynb) ] **Who is the most prolific artist in hip hop?**Some things to update:
- **Linear regression**. Instead of simple ratios, show bar plot of each city's residual from the linear regression.
- **Plotly fixes**: get rid of the hover toolbar. get rid of grid subplot printout.