Baselight

Top 100 Songs On Billboard

The "Top 100 Songs on Billboard" dataset compiles the most popular songs

@kaggle.jatinthakur706_top_100_songs_on_billboard

Loading...
Loading...

About this Dataset

Top 100 Songs On Billboard

The "Top 100 Songs on Billboard" dataset compiles the most popular and influential songs of a given period, reflecting the dynamic landscape of contemporary music. Curated by Billboard, a leading authority in music charts, this dataset provides valuable insights into trends, artists' impact, and audience preferences across various genres and demographics.

Tables

Billboard

@kaggle.jatinthakur706_top_100_songs_on_billboard.billboard
  • 8.93 KB
  • 100 rows
  • 6 columns
Loading...

CREATE TABLE billboard (
  "rank" BIGINT,
  "song_name" VARCHAR,
  "singer" VARCHAR,
  "last_week" VARCHAR,
  "peak_position" BIGINT,
  "weeks_on_chart" BIGINT
);

Share link

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