Spotify Million Song Dataset
A dataset containing songs, artists names, link to song and lyrics
@kaggle.notshrirang_spotify_million_song_dataset
A dataset containing songs, artists names, link to song and lyrics
@kaggle.notshrirang_spotify_million_song_dataset
CREATE TABLE spotify_millsongdata (
"artist" VARCHAR,
"song" VARCHAR,
"link" VARCHAR,
"text" VARCHAR
);
Anyone who has the link will be able to view this.