Spotify Unpopular Songs
More than 10 000 of the most unpopular songs in Spotify
@kaggle.estienneggx_spotify_unpopular_songs
More than 10 000 of the most unpopular songs in Spotify
@kaggle.estienneggx_spotify_unpopular_songs
CREATE TABLE unpopular_songs (
"danceability" DOUBLE,
"energy" DOUBLE,
"key" BIGINT,
"loudness" DOUBLE,
"mode" BIGINT,
"speechiness" DOUBLE,
"acousticness" DOUBLE,
"instrumentalness" DOUBLE,
"liveness" DOUBLE,
"valence" DOUBLE,
"tempo" DOUBLE,
"duration_ms" BIGINT,
"explicit" BOOLEAN,
"popularity" BIGINT,
"track_name" VARCHAR,
"track_artist" VARCHAR,
"track_id" VARCHAR
);
Anyone who has the link will be able to view this.