Baselight

Best-selling-books

List of best-selling books

@kaggle.drahulsingh_best_selling_books

Loading...
Loading...

About this Dataset

Best-selling-books

This dataset contains lists of best-selling books and book series in any language. The term "best-selling" refers to the expected number of copies sold for each book, not the number of books printed or currently owned. This list excludes comic books and textbooks. The books are arranged in the order of the greatest sales estimate reported by credible, independent sources.

Tables

Best Selling Books

@kaggle.drahulsingh_best_selling_books.best_selling_books
  • 14.13 KB
  • 174 rows
  • 6 columns
Loading...

CREATE TABLE best_selling_books (
  "book" VARCHAR,
  "author_s" VARCHAR,
  "original_language" VARCHAR,
  "first_published" BIGINT,
  "approximate_sales_in_millions" DOUBLE,
  "genre" VARCHAR
);

Share link

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