š¹ Spotify Tracks Dataset
A dataset of Spotify songs with different genres and their audio features
@kaggle.maharshipandya_spotify_tracks_dataset
A dataset of Spotify songs with different genres and their audio features
@kaggle.maharshipandya_spotify_tracks_dataset
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.