Most Streamed Songs (All Time)
Most Streamed Songs of All time on Spotify
@kaggle.amaanansari09_most_streamed_songs_all_time
Most Streamed Songs of All time on Spotify
@kaggle.amaanansari09_most_streamed_songs_all_time
CREATE TABLE features (
"id" VARCHAR,
"name" VARCHAR,
"duration" DOUBLE,
"energy" DOUBLE,
"key" BIGINT,
"loudness" DOUBLE,
"mode" BIGINT,
"speechiness" DOUBLE,
"acousticness" DOUBLE,
"instrumentalness" DOUBLE,
"liveness" DOUBLE,
"valence" DOUBLE,
"tempo" DOUBLE,
"danceability" DOUBLE
);
CREATE TABLE streams (
"song" VARCHAR,
"artist" VARCHAR,
"streams_billions" DOUBLE,
"release_date" VARCHAR
);
Anyone who has the link will be able to view this.