Baselight

Twenty One Pilots Discography

Metrics and audio features

@kaggle.federicoseijo_twenty_one_pilots_discography

Loading...
Loading...

About this Dataset

Twenty One Pilots Discography

Context

Data is up |-/

Content

Popularity and audio features for every Oasis song and album.

Acknowledgements

I used the The Cure's dataset by Xavier to inspire me (https://www.kaggle.com/xvivancos/the-cure-discography), with the help of spotifyr package.

Inspiration

Data Visualization

Tables

Twentyscience

@kaggle.federicoseijo_twenty_one_pilots_discography.twentyscience
  • 27.25 KB
  • 130 rows
  • 26 columns
Loading...

CREATE TABLE twentyscience (
  "unnamed_0" BIGINT,
  "album_release_date" TIMESTAMP,
  "album_release_year" BIGINT,
  "danceability" DOUBLE,
  "energy" DOUBLE,
  "key" BIGINT,
  "loudness" DOUBLE,
  "mode" BIGINT,
  "speechiness" DOUBLE,
  "acousticness" DOUBLE,
  "instrumentalness" DOUBLE,
  "liveness" DOUBLE,
  "valence" DOUBLE,
  "tempo" DOUBLE,
  "time_signature" BIGINT,
  "disc_number" BIGINT,
  "duration_ms" BIGINT,
  "explicit" BOOLEAN,
  "is_local" BOOLEAN,
  "track_name" VARCHAR,
  "track_number" BIGINT,
  "type" VARCHAR,
  "album_name" VARCHAR,
  "key_name" VARCHAR,
  "mode_name" VARCHAR,
  "key_mode" VARCHAR
);

Share link

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