Baselight

Amazon Kindle Books Dataset 2023 (130K Books)

Scraped dataset from October 2023. Contains book details and sales information

@kaggle.asaniczka_amazon_kindle_books_dataset_2023_130k_books

Loading...
Loading...

About this Dataset

Amazon Kindle Books Dataset 2023 (130K Books)

This dataset contains data for 130,000 kindle e-books. Publicly available data were scraped on October 2023.

Interesting Task Ideas:

  1. Identify the most popular authors based on their number of published books and ratings.
  2. Explore Kindle Unlimited's impact on book sales and popularity.
  3. Determine the influence of "Best Seller" and "Editors' Pick" tags on book sales.
  4. Analyze book publication trends over time and identify any seasonality patterns.
  5. Dive into specific book genres to understand their sales performance and popularity.
  6. Train an AI recommendation model for personalized book recommendations.

If you find this dataset valuable, don't forget to hit the upvote button! 😊💝


Checkout my other datasets

900K TMDb Movies

Employment-to-Population Ratio for USA

Non-High School Wage Penalty

Pension Coverage in the USA

Black-White Wage Gap in the USA Dataset

Tables

Kindle Data V2

@kaggle.asaniczka_amazon_kindle_books_dataset_2023_130k_books.kindle_data_v2
  • 11.86 MB
  • 133102 rows
  • 16 columns
Loading...

CREATE TABLE kindle_data_v2 (
  "asin" VARCHAR,
  "title" VARCHAR,
  "author" VARCHAR,
  "soldby" VARCHAR,
  "imgurl" VARCHAR,
  "producturl" VARCHAR,
  "stars" DOUBLE,
  "reviews" BIGINT,
  "price" DOUBLE,
  "iskindleunlimited" BOOLEAN,
  "category_id" BIGINT,
  "isbestseller" BOOLEAN,
  "iseditorspick" BOOLEAN,
  "isgoodreadschoice" BOOLEAN,
  "publisheddate" TIMESTAMP,
  "category_name" VARCHAR
);

Share link

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