Baselight

Top 100 Bestselling Book Reviews On Amazon

✅Amazon's Customer Reviews, Ratings, Price and much more 🛒

@kaggle.anshtanwar_top_200_trending_books_with_reviews

Loading...
Loading...

About this Dataset

Top 100 Bestselling Book Reviews On Amazon

Check out The Little Book of ML Metrics – an open-source guide every data scientist needs! This book deep-dives into essential metrics often overlooked in courses. You can preorder a hard copy and even contribute to the open source content.

Description

This dataset offers an in-depth look into Amazon's top 100 Bestselling books along with their customer reviews, Ratings, Price etc. Whether you're a book enthusiast, data scientist, or just curious about the latest literary trends, this dataset provides a window into the world of popular reading.{Scrapped dataset on November 2023}

  • Book Rank: The ranking of the book among the top 100 Bestselling books on Amazon.
  • Book Title: The title of the book.
  • Price: The price of the book in USD.
  • Rating: The overall rating of the book, on a scale of 1 to 5.
  • Author: The author of the book.
  • Year of Publication: The year in which the book was published.
  • Genre: The genre or category to which the book belongs.
  • URL: The URL link to the book on Amazon's platform.
  • Review Title: The title of the book review.
  • Reviewer: The name of the person who has written a review for the book.
  • Reviewer Rating: The rating given by the reviewer for the book, on a scale of 1 to 5.
  • Review Description: The text description of the review given.
  • Is_verified: Indicates whether the review is verified as a genuine customer review.
  • Date: The timestamp indicates the date when the review was posted.
  • Timestamp: The timestamp indicates when the review was posted.
  • ASIN: Amazon Standard Identification Number assigned to products on Amazon.

Feel free to download the data and use it in your work. I will wait for interesting notebooks from your side. Thank you

Tables

Customer Reviews

@kaggle.anshtanwar_top_200_trending_books_with_reviews.customer_reviews
  • 651.13 KB
  • 920 rows
  • 10 columns
Loading...

CREATE TABLE customer_reviews (
  "sno" BIGINT,
  "book_name" VARCHAR,
  "review_title" VARCHAR,
  "reviewer" VARCHAR,
  "reviewer_rating" BIGINT,
  "review_description" VARCHAR,
  "is_verified" BOOLEAN,
  "date" VARCHAR,
  "timestamp" VARCHAR,
  "asin" VARCHAR
);
@kaggle.anshtanwar_top_200_trending_books_with_reviews.top_100_trending_books
  • 20.49 KB
  • 100 rows
  • 8 columns
Loading...

CREATE TABLE top_100_trending_books (
  "rank" BIGINT,
  "book_title" VARCHAR,
  "book_price" DOUBLE,
  "rating" DOUBLE,
  "author" VARCHAR,
  "year_of_publication" BIGINT,
  "genre" VARCHAR,
  "url" VARCHAR
);

Share link

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