Baselight

Goodreads' Best Books Ever 📚

Data on the best books ever, scraped from Goodreads

@kaggle.arnabchaki_goodreads_best_books_ever

Loading...
Loading...

About this Dataset

Goodreads' Best Books Ever 📚

Context

This is an attempt to figure out if books can be judged by the blurb or cover. I wanted to find out if the description of a book is indicative of the genre or the rating of the book. Or if the genre of a book can be figured out by looking at the cover.

Inspiration

Can a book be judged by its cover? What can you tell about a book by reading the description?

Tables

Books 1 Best Books Ever

@kaggle.arnabchaki_goodreads_best_books_ever.books_1_best_books_ever
  • 37.26 MB
  • 52478 rows
  • 23 columns
Loading...

CREATE TABLE books_1_best_books_ever (
  "title" VARCHAR,
  "series" VARCHAR,
  "author" VARCHAR,
  "rating" DOUBLE,
  "description" VARCHAR,
  "language" VARCHAR,
  "isbn" VARCHAR,
  "genres" VARCHAR,
  "characters" VARCHAR,
  "bookformat" VARCHAR,
  "edition" VARCHAR,
  "pages" VARCHAR,
  "publisher" VARCHAR,
  "publishdate" VARCHAR,
  "firstpublishdate" VARCHAR,
  "awards" VARCHAR,
  "numratings" BIGINT,
  "ratingsbystars" VARCHAR,
  "likedpercent" DOUBLE,
  "setting" VARCHAR,
  "bbescore" BIGINT,
  "bbevotes" BIGINT,
  "price" VARCHAR
);

Share link

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