This is a beginner-friendly data analysis project that explores the relationship between danceability, valence (musical happiness), and energy in songs using a real-world Spotify dataset.
We visualized key audio features to identify patterns in music, using color to represent energy and scatter plots to show feature relationships.
- Python (Google Colab)
- pandas
- matplotlib
- Summary statistics for
danceability,valence, andenergy - Histograms showing the distribution of each feature
- A scatter plot with color-coded energy to compare
danceabilityvsvalence - Interpretations and observations on emotional + rhythmic content in music
Here are some example visualizations from the analysis:
- High danceability doesn't always mean high happiness
- Energy level adds an extra dimension to understanding music mood
- Scatter plots and histograms can reveal hidden musical trends
- Click on
SpotifyDataSet.ipynblink above. - Click Open in Colab (top bar).
- Run all cells in order — no external API keys needed.



