Spotify-YouTube Data
Start analysing the dataset with Python
@kaggle.rohitgrewal_spotify_youtube_data
Start analysing the dataset with Python
@kaggle.rohitgrewal_spotify_youtube_data
CREATE TABLE spotify_youtube_dataset (
"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.