114000 Spotify Songs
This is a dataset of Spotify tracks over a range of 125 different genres.
@kaggle.priyamchoksi_spotify_dataset_114k_songs
This is a dataset of Spotify tracks over a range of 125 different genres.
@kaggle.priyamchoksi_spotify_dataset_114k_songs
CREATE TABLE dataset (
"unnamed_0" BIGINT,
"track_id" VARCHAR,
"artists" VARCHAR,
"album_name" VARCHAR,
"track_name" VARCHAR,
"popularity" BIGINT,
"duration_ms" BIGINT,
"explicit" BOOLEAN,
"danceability" DOUBLE,
"energy" DOUBLE,
"key" BIGINT,
"loudness" DOUBLE,
"mode" BIGINT,
"speechiness" DOUBLE,
"acousticness" DOUBLE,
"instrumentalness" DOUBLE,
"liveness" DOUBLE,
"valence" DOUBLE,
"tempo" DOUBLE,
"time_signature" BIGINT,
"track_genre" VARCHAR
);
Anyone who has the link will be able to view this.