Baselight

Spotify Playlist

Spotify Playlist provides you with my own collection of songs

@kaggle.akhileshgulati_spotify_playlist

Loading...
Loading...

About this Dataset

Spotify Playlist

This is my personal dataset that i have created from my liked songs in Spotify, for use in Spotify recommendation system.
The dataset is 170 songs long and is detailed about the name, the artist, album, country, streams of the song.
The second playlist is of Lo-fi songs 260 long, providing the same details, as usual country and streams still need work.
The third playlist is of sad songs 370 long.
Created by Akhilesh Gulati

Tables

Crying Songs

@kaggle.akhileshgulati_spotify_playlist.crying_songs
  • 30.63 KB
  • 368 rows
  • 9 columns
Loading...

CREATE TABLE crying_songs (
  "n" BIGINT,
  "song" VARCHAR,
  "artist" VARCHAR,
  "genres" VARCHAR,
  "parent_genres" VARCHAR,
  "album" VARCHAR,
  "album_date" VARCHAR,
  "added_at" VARCHAR,
  "album_label" VARCHAR
);

Lofi

@kaggle.akhileshgulati_spotify_playlist.lofi
  • 15.82 KB
  • 258 rows
  • 8 columns
Loading...

CREATE TABLE lofi (
  "n" BIGINT,
  "song" VARCHAR,
  "artist" VARCHAR,
  "genres" VARCHAR,
  "album" VARCHAR,
  "album_date" VARCHAR,
  "duration" VARCHAR,
  "album_label" VARCHAR
);

Spotify Dataset

@kaggle.akhileshgulati_spotify_playlist.spotify_dataset
  • 18.57 KB
  • 170 rows
  • 9 columns
Loading...

CREATE TABLE spotify_dataset (
  "serial_number" BIGINT,
  "song" VARCHAR,
  "artist" VARCHAR,
  "genres" VARCHAR,
  "album" VARCHAR,
  "duration" VARCHAR,
  "album_label" VARCHAR,
  "country" VARCHAR,
  "streams" VARCHAR
);

Share link

Anyone who has the link will be able to view this.