Baselight

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

Loading...
Loading...

About this Dataset

Top 50 Bestselling Novels 2009-2021 Of Amazon

This file contains data on top 50 bestselling novels on Amazon each year from 2009 to 2021. The data is collected from amazon.com website and Kaggle. The inspiration behind it was Greywasp's Top 50 Bestselling Novels 2009-2020 of Amazon. The CSV Format of both zipped & unzipped are in this format and I provided some documentation in another sheet.

Tables

Amazon Top 50 Books 2009–2021 Reworked Sheet 1

@kaggle.zwl1234_top_50_bestselling_novels_20092021_of_amazon.amazon_top_50_books_2009_2021_reworked_sheet_1
  • 30.91 KB
  • 650 rows
  • 8 columns
Loading...

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
);

Amazon Top 50 Books 2009–2021 Reworked Sheet 2

@kaggle.zwl1234_top_50_bestselling_novels_20092021_of_amazon.amazon_top_50_books_2009_2021_reworked_sheet_2
  • 31 KB
  • 650 rows
  • 8 columns
Loading...

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
);

Share link

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