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
This dataset presents the top songs currently trending for over 70 countries.
Top 50 songs for each country is updated daily to provide the most up-to-date information on the popularity of songs in the world.
If you find this dataset helpful, don't forget to leave a upvote ❤️🎧
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.