Global Spotify Weekly Chart
The Global Weekly Chart of Spotify
@kaggle.kabhishm_global_spotify_weekly_chart
The Global Weekly Chart of Spotify
@kaggle.kabhishm_global_spotify_weekly_chart
The dataset contains information regarding the artist and the songs on the Spotify global weekly chart. This includes the position in the chart, number of streams, artist name, song title and much more.
CREATE TABLE spotify_weekly_chart (
"pos" BIGINT,
"p" VARCHAR -- P+,
"artist" VARCHAR,
"title" VARCHAR,
"wks" BIGINT,
"pk" BIGINT,
"n__x" DOUBLE -- (x?),
"streams" BIGINT,
"streams_e8dab8" DOUBLE -- Streams+,
"total" BIGINT
);
Anyone who has the link will be able to view this.