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
This is Spotify Million Song Dataset. This dataset contains song names, artists names, link to the song and lyrics. This dataset can be used for recommending songs, classifying or clustering songs.
CREATE TABLE spotify_millsongdata (
"artist" VARCHAR,
"song" VARCHAR,
"link" VARCHAR,
"text" VARCHAR
);Anyone who has the link will be able to view this.