Top 100 Songs On Billboard
The "Top 100 Songs on Billboard" dataset compiles the most popular songs
@kaggle.jatinthakur706_top_100_songs_on_billboard
The "Top 100 Songs on Billboard" dataset compiles the most popular songs
@kaggle.jatinthakur706_top_100_songs_on_billboard
CREATE TABLE billboard (
"rank" BIGINT,
"song_name" VARCHAR,
"singer" VARCHAR,
"last_week" VARCHAR,
"peak_position" BIGINT,
"weeks_on_chart" BIGINT
);
Anyone who has the link will be able to view this.