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
Dataset on Amazon's Top 50 bestselling books from 2009 to 2019. Contains 550 books, data has been categorized into fiction and non-fiction using Goodreads
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.