Top 50 Bestselling Novels 2009-2021 Of Amazon
Amazon's dataset for fiction and non-fiction novels
@kaggle.zwl1234_top_50_bestselling_novels_20092021_of_amazon
Amazon's dataset for fiction and non-fiction novels
@kaggle.zwl1234_top_50_bestselling_novels_20092021_of_amazon
CREATE TABLE amazon_top_50_books_2009_2021_reworked_sheet_1 (
"name" VARCHAR,
"author" VARCHAR,
"user_rating" DOUBLE,
"reviews" BIGINT,
"price" VARCHAR,
"price_r" VARCHAR,
"year" BIGINT,
"genre" VARCHAR
);
CREATE TABLE amazon_top_50_books_2009_2021_reworked_sheet_2 (
"name" VARCHAR,
"author" VARCHAR,
"user_rating" DOUBLE,
"reviews" BIGINT,
"price" VARCHAR,
"price_r" BIGINT,
"year" BIGINT,
"genre" VARCHAR
);
Anyone who has the link will be able to view this.