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
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.