Top 50 Spotify Tracks- 2020
top 50 tracks listened on spotify in 2020
@kaggle.atillacolak_top_50_spotify_tracks_2020
top 50 tracks listened on spotify in 2020
@kaggle.atillacolak_top_50_spotify_tracks_2020
Top 50 most streamed tracks on Spotify in 2020. This dataset has various variables regarding these songs.
50 songs
16 variables
Which genres are most popular?
In 2020, which features of these fifty tracks made them hit songs?
CREATE TABLE spotifytoptracks (
"unnamed_0" BIGINT -- Unnamed: 0,
"artist" VARCHAR,
"album" VARCHAR,
"track_name" VARCHAR,
"track_id" VARCHAR,
"energy" DOUBLE,
"danceability" DOUBLE,
"key" BIGINT,
"loudness" DOUBLE,
"acousticness" DOUBLE,
"speechiness" DOUBLE,
"instrumentalness" DOUBLE,
"liveness" DOUBLE,
"valence" DOUBLE,
"tempo" DOUBLE,
"duration_ms" BIGINT,
"genre" VARCHAR
);
Anyone who has the link will be able to view this.