Skip to content

Script to analyze Spotify music playlist with the top 100 songs of 2018

Notifications You must be signed in to change notification settings

togobingi/spotifyMusicAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Spotify Music Analysis

Script to analyze and compare your Spotify music playlist with the top 100 songs of 2018

I used the Spotipy API for this analysis.

Find a summary of my analysis in this blogpost:

Objective

This led me to try to answer two questions using data from Spotify:
  1. What does my music playlist look like?
  2. Are there particular audio attributes that are common among hit songs?

Tools

Luckily, there are really simple tools out there to help us connect to Spotify, retrieve data and then visualise it.

We will be using Python 3 as the programming language, Spotipy, the Python library that allows you to connect to the Spotify Web API and we will use plot.ly and Seaborn for data visualisation.

Dataset

At the end of each year, Spotify compiles a playlist of the songs streamed most often over the course of that year and this playlist has 100 tracks. The dataset I used was already available on Kaggle: https://www.kaggle.com/nadintamer/top-spotify-tracks-of-2018

About

Script to analyze Spotify music playlist with the top 100 songs of 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published