robert_ritz

robert_ritz OP t1_iuq3vpq wrote

I scraped data from Wikipedia (link) for the Billboard top-ten singles each year from 1958 to 2022. I then used the Spotify API (link) to get features about each song.

Valence is a measure of positivity (lower is more negative, scale from 0-1). Acousticness is how confident their algorithm is that the track is acoustic (0-1).

Tools used: Python, Spotipy, Pandas, Matplotlib

You can find a blog post about this analysis here. If you want to view the code and data used to generate this plot, you can find it here.

9

robert_ritz OP t1_it7guxr wrote

There have been a huge number of complaints about cleaning fees on Airbnb lately. To dig in I scraped listings for 12 cities around the world. This chart was one of the most interesting insights from that analysis.

If you would like to see the full blog post check it out here. To see the code and data for this check it out on Deepnote.

Tools used: Python, Pandas, Numpy, Matplotlib

Approximately 300 listings from each city were scraped from Airbnb. The majority of listings in this chart had a stay duration of 5 days.

25