Top Songs Of The World
Top Songs Dataset: Rank, Artist, Title, Year, Sales, Streams, Downloads,etc
@kaggle.shiivvvaam_top_songs_of_the_world
Top Songs Dataset: Rank, Artist, Title, Year, Sales, Streams, Downloads,etc
@kaggle.shiivvvaam_top_songs_of_the_world
CREATE TABLE song (
"artist" VARCHAR,
"title" VARCHAR,
"year" BIGINT,
"sales" DOUBLE,
"streams" DOUBLE,
"downloads" DOUBLE,
"radio_plays" DOUBLE,
"rating" DOUBLE
);
Anyone who has the link will be able to view this.