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
CREATE TABLE spotify_youtube (
"unnamed_0" BIGINT,
"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.