Top 100 Bestselling Book Reviews On Amazon
✅Amazon's Customer Reviews, Ratings, Price and much more 🛒
@kaggle.anshtanwar_top_200_trending_books_with_reviews
✅Amazon's Customer Reviews, Ratings, Price and much more 🛒
@kaggle.anshtanwar_top_200_trending_books_with_reviews
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.
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
);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
);Anyone who has the link will be able to view this.