Baselight

Oasis Discography

Metrics and audio features

@kaggle.federicoseijo_oasis_discography

Loading...
Loading...

About this Dataset

Oasis Discography

Context

What's the data morning glory?

Content

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

Oasis

@kaggle.federicoseijo_oasis_discography.oasis
  • 72.45 KB
  • 1006 rows
  • 25 columns
Loading...

CREATE TABLE oasis (
  "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,
  "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.