Best Books Of The Decade: 2020's
Exploring the Top-Rated Books of the 2020s: Reviews, Ratings from Goodreads
@kaggle.valakhorasani_best_books_of_the_decade_2020s
Exploring the Top-Rated Books of the 2020s: Reviews, Ratings from Goodreads
@kaggle.valakhorasani_best_books_of_the_decade_2020s
CREATE TABLE books_of_the_decade (
"index" BIGINT,
"book_name" VARCHAR,
"author" VARCHAR,
"rating" VARCHAR,
"number_of_votes" VARCHAR,
"score" BIGINT
);
CREATE TABLE user_reviews_dataset (
"userid" BIGINT,
"bookindex" BIGINT,
"score" BIGINT
);
Anyone who has the link will be able to view this.