Spotify Song Attributes
"Harmonizing the Hits: Analyzing the Spotify Song Attributes Dataset"
@kaggle.byomokeshsenapati_spotify_song_attributes
"Harmonizing the Hits: Analyzing the Spotify Song Attributes Dataset"
@kaggle.byomokeshsenapati_spotify_song_attributes
CREATE TABLE spotify_song_attributes (
"trackname" VARCHAR,
"artistname" VARCHAR,
"msplayed" BIGINT,
"genre" VARCHAR,
"danceability" DOUBLE,
"energy" DOUBLE,
"key" DOUBLE,
"loudness" DOUBLE,
"mode" DOUBLE,
"speechiness" DOUBLE,
"acousticness" DOUBLE,
"instrumentalness" DOUBLE,
"liveness" DOUBLE,
"valence" DOUBLE,
"tempo" DOUBLE,
"type" VARCHAR,
"id" VARCHAR,
"uri" VARCHAR,
"track_href" VARCHAR,
"analysis_url" VARCHAR,
"duration_ms" DOUBLE,
"time_signature" DOUBLE
);
Anyone who has the link will be able to view this.