Learn practical skills, build real-world projects, and advance your career

Analyzing the Top 2000 songs from Spotify

In this project, I attempted to analyze the spotify dataset to find correlations between different music data parameters, asking interesting questions as we go along.

The dataset I used can be found at this Kaggle link.

I used different techniques learnt from the Jovian Zero to Pandas data Analysis Course which include but is not limited to pandas(for data manipulation and analysis) and matplotlib(for visualizations).

As a first step, let's upload our Jupyter notebook to Jovian.ml.

project_name = "spotify-music-analysis"
!pip install jovian --upgrade -q
import jovian
jovian.commit(project=project_name)
[jovian] Detected Colab notebook... [jovian] Please enter your API key ( from https://jovian.ml/ ): API KEY: ··········