Baselight

Most Streamed Songs (All Time)

Most Streamed Songs of All time on Spotify

@kaggle.amaanansari09_most_streamed_songs_all_time

Loading...
Loading...

About this Dataset

Most Streamed Songs (All Time)

100 most streamed songs on Spotify with their Features Extracted using the Spotify API.

I have the most streamed Songs 2021 also available at :- https://www.kaggle.com/datasets/amaanansari09/top-100-songs

Tables

Features

@kaggle.amaanansari09_most_streamed_songs_all_time.features
  • 20.63 KB
  • 100 rows
  • 14 columns
Loading...

CREATE TABLE features (
  "id" VARCHAR,
  "name" VARCHAR,
  "duration" DOUBLE,
  "energy" DOUBLE,
  "key" BIGINT,
  "loudness" DOUBLE,
  "mode" BIGINT,
  "speechiness" DOUBLE,
  "acousticness" DOUBLE,
  "instrumentalness" DOUBLE,
  "liveness" DOUBLE,
  "valence" DOUBLE,
  "tempo" DOUBLE,
  "danceability" DOUBLE
);

Streams

@kaggle.amaanansari09_most_streamed_songs_all_time.streams
  • 7.66 KB
  • 100 rows
  • 4 columns
Loading...

CREATE TABLE streams (
  "song" VARCHAR,
  "artist" VARCHAR,
  "streams_billions" DOUBLE,
  "release_date" VARCHAR
);

Share link

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