Baselight

Amazon Bestselling Books

Amazon's Bestselling Books - Titles, Authors, Ratings, and Prices

@kaggle.khushikhushikhushi_amazon_bestselling_books

Loading...
Loading...

About this Dataset

Amazon Bestselling Books

This dataset contains information about the top-rated books listed on Amazon's Best Sellers in Books section. The data was collected using a web scraping script that iterates through multiple pages of the bestseller list. The dataset includes details such as the book title, author name, rating, and price.

Book Name: The title of the book.

Author Name: The author(s) of the book.

Rating: The rating of the book as given by Amazon customers.

Price: The listed price of the book on Amazon.

Tables

Bestseller Books Of Amazon

@kaggle.khushikhushikhushi_amazon_bestselling_books.bestseller_books_of_amazon
  • 9.28 KB
  • 400 rows
  • 4 columns
Loading...

CREATE TABLE bestseller_books_of_amazon (
  "book_name" VARCHAR,
  "author_name" VARCHAR,
  "rating" DOUBLE,
  "price" VARCHAR
);

Share link

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