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

Exploratory Data Analysis on Spotify Tracks (1922 - 2021)

  • This Exploratory Data Analysis Project is done as a Course Project while learning Data Analytics and Visualization using various Python libraries like Numpy, Pandas, Matplotlib & Seaborn for the Course Zero-To-Pandas from Jovian.ai.
  • Resource Link: click here (Dead Link)
  • New Link: click here

Downloading the Dataset

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

# Change this
dataset_url = 'https://www.kaggle.com/subhaskumarray/spotify-tracks-data?select=tracks.csv'