Amazon Top 50 Bestselling Books 2009 - 2019
Scrapped dataset on October 2020, categories (fiction/non-fiction) added
@kaggle.sootersaalu_amazon_top_50_bestselling_books_2009_2019
Scrapped dataset on October 2020, categories (fiction/non-fiction) added
@kaggle.sootersaalu_amazon_top_50_bestselling_books_2009_2019
CREATE TABLE bestsellers_with_categories (
"name" VARCHAR,
"author" VARCHAR,
"user_rating" DOUBLE,
"reviews" BIGINT,
"price" BIGINT,
"year" BIGINT,
"genre" VARCHAR
);
Anyone who has the link will be able to view this.