Baselight

Amazon Books

Dataset of the most popular books on Amazon.com

@kaggle.joebeachcapital_amazon_books

Loading...
Loading...

About this Dataset

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:

  • ASIN
  • ISBN10
  • Categories
  • Reviews count
  • Avg. rating
  • Number of sellers
  • URL
  • Image
  • Final price
  • Title
  • Description
  • Availability

Tables

@kaggle.joebeachcapital_amazon_books.amazon_popular_books_dataset
  • 1.87 MB
  • 2269 rows
  • 40 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.