Baselight

Spotify Unpopular Songs

More than 10 000 of the most unpopular songs in Spotify

@kaggle.estienneggx_spotify_unpopular_songs

Unpopular Songs
@kaggle.estienneggx_spotify_unpopular_songs.unpopular_songs

  • 355.93 KB
  • 4073 rows
  • 17 columns
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

explicit

Explicit

popularity

Popularity

track_name

Track Name

track_artist

Track Artist

track_id

Track Id

0.7220.4765-8.20310.08960.670.09260.927151.9682205498Este CorazónEl Javi0Z4UqiPI5c4dMJ5iPyO61d
0.9550.281-11.3920.4660.00480.05950.1220.0934127.991149543truethinking and doingBr80568FGhLEnSZhl82t0YmQ96
0.7530.3558-11.79910.5140.5730.07350.691.978130019truePuzzlementJpThaRuler4Lex8QZVkptfw2PZtjoXlp
0.650.3313-10.8180.3830.8650.1050.58199.513116193trueSensiJpThaRuler4pMqXl6EfmZrodPMYHUq9Z
0.690.364-15.6240.4550.7640.1810.10589.893111827trueRassJpThaRuler2pvQEKHtlkHb6ijMwcMuKV
0.8490.2756-15.7280.6940.4140.07760.376102.053128546trueReachingJpThaRuler2hduDNW71KhcozwGyjtXGA
0.8460.2699-11.8430.460.7560.09140.31891.991139527true10JpThaRuler2qFRIutLZZKJX9tw6lwo54
0.7250.2356-16.2690.5070.7480.1160.54996.462138762trueFast LifeJpThaRuler6Knv3Q2I7wU7FxHq29oe2z
0.7240.31510-14.6770.8610.4450.08630.53191.456138456trueKing SpeechJpThaRuler214BPySb4YGDDhBFZnZVLY
0.6990.2096-14.4110.620.3670.06320.29889.102262971trueirieJpThaRuler1HlVLS4ee3GiYocfcg8TgB

CREATE TABLE unpopular_songs (
  "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,
  "explicit" BOOLEAN,
  "popularity" BIGINT,
  "track_name" VARCHAR,
  "track_artist" VARCHAR,
  "track_id" VARCHAR
);

Share link

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