Top Spotify Songs In 73 Countries (Daily Updated)
World's most popular songs on Spotify, updated daily
@kaggle.asaniczka_top_spotify_songs_in_73_countries_daily_updated
World's most popular songs on Spotify, updated daily
@kaggle.asaniczka_top_spotify_songs_in_73_countries_daily_updated
CREATE TABLE universal_top_spotify_songs (
"spotify_id" VARCHAR,
"name" VARCHAR,
"artists" VARCHAR,
"daily_rank" BIGINT,
"daily_movement" BIGINT,
"weekly_movement" BIGINT,
"country" VARCHAR,
"snapshot_date" TIMESTAMP,
"popularity" BIGINT,
"is_explicit" BOOLEAN,
"duration_ms" BIGINT,
"album_name" VARCHAR,
"album_release_date" TIMESTAMP,
"danceability" DOUBLE,
"energy" DOUBLE,
"key" BIGINT,
"loudness" DOUBLE,
"mode" BIGINT,
"speechiness" DOUBLE,
"acousticness" DOUBLE,
"instrumentalness" DOUBLE,
"liveness" DOUBLE,
"valence" DOUBLE,
"tempo" DOUBLE,
"time_signature" BIGINT
);
Anyone who has the link will be able to view this.