Baselight

30000 Spotify Songs

Almost 30,000 Spotify songs from the Spotify API

@kaggle.joebeachcapital_30000_spotify_songs

Spotify Songs
@kaggle.joebeachcapital_30000_spotify_songs.spotify_songs

  • 3.17 MB
  • 32833 rows
  • 23 columns
track_id

Track Id

track_name

Track Name

track_artist

Track Artist

track_popularity

Track Popularity

track_album_id

Track Album Id

track_album_name

Track Album Name

track_album_release_date

Track Album Release Date

playlist_name

Playlist Name

playlist_id

Playlist Id

playlist_genre

Playlist Genre

playlist_subgenre

Playlist Subgenre

danceability

Danceability

energy

Energy

key

Key

loudness

Loudness

mode

Mode

speechiness

Speechiness

acousticness

Acousticness

instrumentalness

Instrumentalness

liveness

Liveness

valence

Valence

tempo

Tempo

duration_ms

Duration Ms

6f807x0ima9a1j3VPbc7VNI Don't Care (with Justin Bieber) - Loud Luxury RemixEd Sheeran662oCs0DGTsRO98Gh5ZSl2CxI Don't Care (with Justin Bieber) [Loud Luxury Remix]Fri Jun 14 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Pop Remix37i9dQZF1DXcZDD7cfEKhWpopdance pop0.7480.9166-2.63410.05830.1020.06530.518122.036194754
0r7CVbZTWZgbTCYdfa2P31Memories - Dillon Francis RemixMaroon 56763rPSO264uRjW1X5E6cWv6Memories (Dillon Francis Remix)Fri Dec 13 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Pop Remix37i9dQZF1DXcZDD7cfEKhWpopdance pop0.7260.81511-4.96910.03730.07240.004210.3570.69399.972162600
1z1Hg7Vb0AhHDiEmnDE79lAll the Time - Don Diablo RemixZara Larsson701HoSmj2eLcsrR0vE9gThr4All the Time (Don Diablo Remix)Fri Jul 05 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Pop Remix37i9dQZF1DXcZDD7cfEKhWpopdance pop0.6750.9311-3.4320.07420.07940.00002330.110.613124.008176616
75FpbthrwQmzHlBJLuGdC7Call You Mine - Keanu Silva RemixThe Chainsmokers601nqYsOef1yKKuGOVchbsk6Call You Mine - The RemixesFri Jul 19 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Pop Remix37i9dQZF1DXcZDD7cfEKhWpopdance pop0.7180.937-3.77810.1020.02870.000009430.2040.277121.956169093
1e8PAfcKUYoKkxPhrHqw4xSomeone You Loved - Future Humans RemixLewis Capaldi697m7vv9wlQ4i0LFuJiE2zsQSomeone You Loved (Future Humans Remix)Tue Mar 05 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Pop Remix37i9dQZF1DXcZDD7cfEKhWpopdance pop0.650.8331-4.67210.03590.08030.08330.725123.976189052
7fvUMiyapMsRRxr07cU8EfBeautiful People (feat. Khalid) - Jack Wins RemixEd Sheeran672yiy9cd2QktrNvWC2EUi0kBeautiful People (feat. Khalid) [Jack Wins Remix]Thu Jul 11 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Pop Remix37i9dQZF1DXcZDD7cfEKhWpopdance pop0.6750.9198-5.38510.1270.07990.1430.585124.982163049
2OAylPUDDfwRGfe0lYqlCQNever Really Over - R3HAB RemixKaty Perry627INHYSeusaFlyrHSNxm8qHNever Really Over (R3HAB Remix)Fri Jul 26 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Pop Remix37i9dQZF1DXcZDD7cfEKhWpopdance pop0.4490.8565-4.7880.06230.1870.1760.152112.648187675
6b1RNvAcJjQH73eZO4BLABPost Malone (feat. RANI) - GATTÜSO RemixSam Feldt696703SRPsLkS4bPtMFFJes1Post Malone (feat. RANI) [GATTÜSO Remix]Thu Aug 29 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Pop Remix37i9dQZF1DXcZDD7cfEKhWpopdance pop0.5420.9034-2.4190.04340.03350.000004830.1110.367127.936207619
7bF6tCO3gFb8INrEDcjNT5Tough Love - Tiësto Remix / Radio EditAvicii687CvAfGvq4RlIwEbT9o8IavTough Love (Tiësto Remix)Fri Jun 14 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Pop Remix37i9dQZF1DXcZDD7cfEKhWpopdance pop0.5940.9358-3.56210.05650.02490.000003970.6370.366127.015193187
1IXGILkPm0tOCNeq00kCPaIf I Can't Have You - Gryffin RemixShawn Mendes674QxzbfSsVryEQwvPFEV5IuIf I Can't Have You (Gryffin Remix)Thu Jun 20 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Pop Remix37i9dQZF1DXcZDD7cfEKhWpopdance pop0.6420.8182-4.55210.0320.05670.09190.59124.957253040

CREATE TABLE spotify_songs (
  "track_id" VARCHAR,
  "track_name" VARCHAR,
  "track_artist" VARCHAR,
  "track_popularity" BIGINT,
  "track_album_id" VARCHAR,
  "track_album_name" VARCHAR,
  "track_album_release_date" TIMESTAMP,
  "playlist_name" VARCHAR,
  "playlist_id" VARCHAR,
  "playlist_genre" VARCHAR,
  "playlist_subgenre" VARCHAR,
  "danceability" DOUBLE,
  "energy" DOUBLE,
  "key" BIGINT,
  "loudness" DOUBLE,
  "mode" BIGINT,
  "speechiness" DOUBLE,
  "acousticness" DOUBLE,
  "instrumentalness" DOUBLE,
  "liveness" DOUBLE,
  "valence" DOUBLE,
  "tempo" DOUBLE,
  "duration_ms" BIGINT
);

Share link

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