Baselight

Spotify Unpopular Songs

More than 10 000 of the most unpopular songs in Spotify

@kaggle.estienneggx_spotify_unpopular_songs

Loading...
Loading...

About this Dataset

Spotify Unpopular Songs

This dataset contains the audio characteristics of over 10,000 unpopular songs. You can analyse the data by finding patterns or by clusterizing it to identify the different types of unpopular songs.

Tables

Unpopular Songs

@kaggle.estienneggx_spotify_unpopular_songs.unpopular_songs
  • 355.93 KB
  • 4073 rows
  • 17 columns
Loading...

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
);

Z Genre Of Artists

@kaggle.estienneggx_spotify_unpopular_songs.z_genre_of_artists
  • 35.55 KB
  • 701 rows
  • 4 columns
Loading...

CREATE TABLE z_genre_of_artists (
  "unnamed_0" BIGINT,
  "artist_name" VARCHAR,
  "artist_id" VARCHAR,
  "genre" VARCHAR
);

Share link

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