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
The table named Spotify Million Song Dataset has 57,650 rows and 4 columns, with column names 'artist', 'song', 'link', and 'text', all of which are of string type. It provides a comprehensive collection of data that can be analyzed to gain insights into various aspects of the songs in the Spotify library.
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.