This dataset contains information about the Top 100
Spotify songs for each year between 2010 and 2019.
It includes metadata such as song title, artist, genre, and
a variety of musical/audio features such as tempo,
danceability, and popularity.
Attribute | Type | Description |
---|---|---|
index |
Quantitative | Row index (unique ID for each record) |
title |
Categorical | Title of the song |
artist |
Categorical | Performing artist |
top_genre |
Categorical | Main genre of the song |
year |
Ordered (Time) | Release year (2010–2019) |
nrgy |
Quantitative | Energy score (0–100), higher = more energetic |
dnce |
Quantitative | Danceability score (0–100), higher = easier to dance to |
dB |
Quantitative | Loudness in decibels (negative values, closer to 0 = louder) |
val |
Quantitative | Valence score (0–100), higher = more positive/happy mood |
dur |
Quantitative | Duration in seconds |
pop |
Quantitative | Popularity score (0–100), higher = more popular |
This dataset is interesting because it allows us to explore: