Spotify Tracks Chart Dataset (2014-2022)
A large dataset comprised of Spotify track chart data from 2014 to 2022.
@kaggle.jfreyberg_spotify_chart_data
A large dataset comprised of Spotify track chart data from 2014 to 2022.
@kaggle.jfreyberg_spotify_chart_data
CREATE TABLE charts (
"date" VARCHAR,
"country" VARCHAR,
"position" BIGINT,
"streams" BIGINT,
"track_id" VARCHAR,
"artists" VARCHAR,
"artist_genres" VARCHAR,
"duration" BIGINT,
"explicit" BOOLEAN,
"name" VARCHAR
);
Anyone who has the link will be able to view this.