Baselight

Global Spotify Weekly Chart

The Global Weekly Chart of Spotify

@kaggle.kabhishm_global_spotify_weekly_chart

Loading...
Loading...

About this Dataset

Global Spotify Weekly Chart

The dataset contains information regarding the artist and the songs on the Spotify global weekly chart. This includes the position in the chart, number of streams, artist name, song title and much more.

Tables

Spotify Weekly Chart

@kaggle.kabhishm_global_spotify_weekly_chart.spotify_weekly_chart
  • 18.15 KB
  • 200 rows
  • 10 columns
Loading...

CREATE TABLE spotify_weekly_chart (
  "pos" BIGINT,
  "p" VARCHAR,
  "artist" VARCHAR,
  "title" VARCHAR,
  "wks" BIGINT,
  "pk" BIGINT,
  "n__x" DOUBLE,
  "streams" BIGINT,
  "streams_e8dab8" DOUBLE,
  "total" BIGINT
);

Share link

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