Goodreads' Best Books Ever 📚
Data on the best books ever, scraped from Goodreads
@kaggle.arnabchaki_goodreads_best_books_ever
Data on the best books ever, scraped from Goodreads
@kaggle.arnabchaki_goodreads_best_books_ever
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
);
Anyone who has the link will be able to view this.