Baselight

Spotify: Winner Tracks Audio Features🎹

Audio features and info about all the songs we've loved (2018 - 2022).

@kaggle.sejungjenn_spotify_best_songs_of_2022

Df Complete
@kaggle.sejungjenn_spotify_best_songs_of_2022.df_complete

  • 75.01 KB
  • 500 rows
  • 19 columns
track_uri

Track Uri

track

Track

artist

Artist

artist_popularity

Artist Popularity

followers

Followers

artist_genre

Artist Genre

track_popularity

Track Popularity

album

Album

year

Year

danceability

Danceability

valence

Valence

energy

Energy

tempo

Tempo

loudness

Loudness

speechiness

Speechiness

instrumentalness

Instrumentalness

liveness

Liveness

acousticness

Acousticness

key

Key

6DCZcSspjsKoFjzjrWoCdnGod's PlanDrake9770260570['canadian hip hop', 'canadian pop', 'hip hop', 'rap', 'toronto rap']83Scorpion20180.7540.3570.44977.169-9.2110.1090.00008290.5520.03327
0e7ipj03S05BNilyu5bRztrockstar (feat. 21 Savage)Post Malone8939233698['dfw rap', 'melodic rap', 'rap']83beerbongs & bentleys20180.5850.1290.52159.801-6.1360.07120.00007010.1310.1245
09mEdoA6zrmBPgTEN5qXmNCall Out My NameThe Weeknd9655208147['canadian contemporary r&b', 'canadian pop', 'pop']88My Dear Melancholy,20180.4610.1750.593134.17-4.9540.03560.3070.171
0u2P5u6lvoDfwTYjAADbn4lovely (with Khalid)Billie Eilish8973989789['art pop', 'electropop', 'pop']88lovely (with Khalid)20180.3510.120.296115.284-10.1090.03330.0950.9344
7ef4DlsgrMEH11cDZd32M6One Kiss (with Dua Lipa)Calvin Harris8523066688['dance pop', 'edm', 'electro house', 'house', 'pop', 'progressive house', 'uk dance']87One Kiss (with Dua Lipa)20180.7910.5920.862123.994-3.240.110.00002190.08140.0379
285pBltuF7vW8TeWk8hdRRLucid DreamsJuice WRLD9127045858['chicago rap', 'melodic rap']84Goodbye & Good Riddance20180.5110.2180.56683.903-7.230.20.340.3496
09IStsImFySgyp0pIQdqAcThe MiddleZedd765866220['complextro', 'dance pop', 'edm', 'electro house', 'electropop', 'german techno', 'pop', 'pop dance', 'pop rap', 'tropical house']79The Middle20180.7530.4370.657107.01-3.0610.04490.1120.1717
08bNPGLD8AhKpnnERrAc6GFRIENDSMarshmello8334652549['brostep', 'dance pop', 'edm', 'pop', 'pop dance', 'progressive electro house']78FRIENDS20180.6260.5340.8895.079-2.3840.05040.1280.2059
58q2HKrzhC3ozto2nDdN4zI Like ItCardi B8220869665['dance pop', 'pop', 'rap']77Invasion of Privacy20180.8160.650.726136.048-3.9980.1290.3720.0995
6IPwKM3fUUzlElbvKw2sKlwe fell in love in octobergirl in red775643207['bedroom pop', 'indie pop', 'norwegian indie', 'pop']85we fell in love in october / October Passed Me By20180.5660.2370.366129.96-12.8080.0280.1810.1550.1137

CREATE TABLE df_complete (
  "track_uri" VARCHAR,
  "track" VARCHAR,
  "artist" VARCHAR,
  "artist_popularity" BIGINT,
  "followers" BIGINT,
  "artist_genre" VARCHAR,
  "track_popularity" BIGINT,
  "album" VARCHAR,
  "year" BIGINT,
  "danceability" DOUBLE,
  "valence" DOUBLE,
  "energy" DOUBLE,
  "tempo" DOUBLE,
  "loudness" DOUBLE,
  "speechiness" DOUBLE,
  "instrumentalness" DOUBLE,
  "liveness" DOUBLE,
  "acousticness" DOUBLE,
  "key" BIGINT
);

Share link

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