Spotify Tracks Dataset
Hugging FaceContent This is a dataset of Spotify tracks over a range of 125 different genres. Each track has some audio features associated with it. The data is in CSV format which is tabular and can be loaded quickly. Usage The dataset can be used for: Building a Recommendation System based on some user input or preference Classification purposes based on audio features and available genres Any other application that you can think of. Feel free to discuss! Column… See the full description on the dataset page: https://huggingface.co/datasets/maharshipandya/spotify-tracks-dataset.
Interesting queries to try
Columns
- Unnamed: 0 numeric
- track_id text
- artists text
- album_name text
- track_name text
- popularity numeric
- duration_ms numeric
- explicit bool
- danceability numeric
- energy numeric
- key numeric
- loudness numeric
- mode numeric
- speechiness numeric
- acousticness numeric
- instrumentalness numeric
- liveness numeric
- valence numeric
- tempo numeric
- time_signature datetime
- track_genre categorical