Back to projects

Project · 2022

Spotify Visualizer

A program that visualizes extended Spotify streaming history, turning years of listening data into charts and insights about your habits.

  • Python
  • Jupyter Notebook
  • pandas

Problem

Spotify’s extended streaming history is a rich export, but as raw data it says nothing on its own. I wanted to turn years of my listening into readable charts and insights.

Approach

A data-visualization notebook (Python, pandas, Jupyter) that ingests extended Spotify streaming history and turns it into charts and insights:

  • Top artists and tracks over time.
  • Listening patterns by hour and by day.
  • How habits shift across years of data.