Spotify And Youtube
Statistics for the Top 10 songs of various spotify artists and their yt video.
@kaggle.salvatorerastelli_spotify_and_youtube
Statistics for the Top 10 songs of various spotify artists and their yt video.
@kaggle.salvatorerastelli_spotify_and_youtube
Dataset of songs of various artist in the world and for each song is present:
It includes 26 variables for each of the songs collected from spotify. These variables are briefly described next:
These datas are heavily dependent on the time they were collected, which is in this case the 7th of February, 2023.
CREATE TABLE spotify_youtube (
"unnamed_0" BIGINT -- Unnamed: 0,
"artist" VARCHAR,
"url_spotify" VARCHAR,
"track" VARCHAR,
"album" VARCHAR,
"album_type" VARCHAR,
"uri" VARCHAR,
"danceability" DOUBLE,
"energy" DOUBLE,
"key" DOUBLE,
"loudness" DOUBLE,
"speechiness" DOUBLE,
"acousticness" DOUBLE,
"instrumentalness" DOUBLE,
"liveness" DOUBLE,
"valence" DOUBLE,
"tempo" DOUBLE,
"duration_ms" DOUBLE,
"url_youtube" VARCHAR,
"title" VARCHAR,
"channel" VARCHAR,
"views" DOUBLE,
"likes" DOUBLE,
"comments" DOUBLE,
"description" VARCHAR,
"licensed" VARCHAR,
"official_video" VARCHAR,
"stream" DOUBLE
);Anyone who has the link will be able to view this.