GoodReads Best Books
Ratings, Genres, Awards, and More
@kaggle.thedevastator_comprehensive_overview_of_52478_goodreads_best_b
Ratings, Genres, Awards, and More
@kaggle.thedevastator_comprehensive_overview_of_52478_goodreads_best_b
CREATE TABLE books_1_best_books_ever (
"bookid" VARCHAR,
"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,
"coverimg" VARCHAR,
"bbescore" BIGINT,
"bbevotes" BIGINT,
"price" VARCHAR
);
Anyone who has the link will be able to view this.