Analysis and clustering of popular songs and their attributes using Spotify API.
Python's spotipy library is used to get data from Spotify. By doing searches with characters(A-Z, 0-9) 1750 songs were collected. These songs are shared in the .csv file.
Numerical features provided by spotify are collected and analyzed. K-Means Clustering Algorithm is used to group songs that are similar to each other.