Amazon Books
Dataset of the most popular books on Amazon.com
@kaggle.joebeachcapital_amazon_books
Dataset of the most popular books on Amazon.com
@kaggle.joebeachcapital_amazon_books
This Amazon dataset contains 2269 best-selling books. Each book title on this Amazon dataset has gained 10,000 reader reviews or more, making them stand out as the most popular books available.
Key data points included in this dataset:
CREATE TABLE amazon_popular_books_dataset (
  "asin" VARCHAR,
  "isbn10" VARCHAR,
  "answered_questions" BIGINT,
  "availability" VARCHAR,
  "brand" VARCHAR,
  "currency" VARCHAR,
  "date_first_available" TIMESTAMP,
  "delivery" VARCHAR,
  "department" VARCHAR,
  "description" VARCHAR,
  "discount" DOUBLE,
  "domain" VARCHAR,
  "features" VARCHAR,
  "final_price" DOUBLE,
  "format" VARCHAR,
  "image_url" VARCHAR,
  "images_count" BIGINT,
  "initial_price" DOUBLE,
  "item_weight" VARCHAR,
  "manufacturer" VARCHAR,
  "model_number" VARCHAR,
  "plus_content" DOUBLE,
  "product_dimensions" VARCHAR,
  "rating" VARCHAR,
  "reviews_count" BIGINT,
  "root_bs_rank" DOUBLE,
  "seller_id" VARCHAR,
  "seller_name" VARCHAR,
  "timestamp" TIMESTAMP,
  "title" VARCHAR,
  "upc" VARCHAR,
  "url" VARCHAR,
  "video" DOUBLE,
  "video_count" BIGINT,
  "categories" VARCHAR,
  "best_sellers_rank" VARCHAR,
  "buybox_seller" VARCHAR,
  "image" VARCHAR,
  "number_of_sellers" DOUBLE,
  "colors" VARCHAR
);Anyone who has the link will be able to view this.