60000 Spotify Songs
Almost 60000 rows and 4 columns of artist, song name, link, and lyrics.
@kaggle.joebeachcapital_57651_spotify_songs
Almost 60000 rows and 4 columns of artist, song name, link, and lyrics.
@kaggle.joebeachcapital_57651_spotify_songs
CREATE TABLE spotify_million_song_dataset_exported (
"artist" VARCHAR,
"song" VARCHAR,
"link" VARCHAR,
"text" VARCHAR
);
Anyone who has the link will be able to view this.