Exploring Spotify Data with Pandas

Jim Fay
The Startup
Published in
6 min readJun 8, 2020

--

Let’s explore some data from Spotify!

What we’ll accomplish in this article:

  • Import data from an .xlsx or .csv file.
  • Perform steps to clean our data.
  • Explore and manipulate the data using Pandas.
  • Visualize our findings using built-in Pandas functions.

--

--