Oasis Discography
Metrics and audio features
@kaggle.federicoseijo_oasis_discography
Metrics and audio features
@kaggle.federicoseijo_oasis_discography
What's the data morning glory?
Audio features for every Oasis song and album.
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.
Data Visualization
CREATE TABLE oasis (
"unnamed_0" BIGINT -- Unnamed: 0,
"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
);Anyone who has the link will be able to view this.