Top 100 Songs
Most Streamed songs with all their features extracted from the Spotify API
@kaggle.amaanansari09_top_100_songs
Most Streamed songs with all their features extracted from the Spotify API
@kaggle.amaanansari09_top_100_songs
CREATE TABLE top_100_streamed_songs (
"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
);
Anyone who has the link will be able to view this.