Best Books (10k) Multi-Genre Data
Data from the "Books That Everyone Should Read At Least Once" list on Goodreads
@kaggle.ishikajohari_best_books_10k_multi_genre_data
Data from the "Books That Everyone Should Read At Least Once" list on Goodreads
@kaggle.ishikajohari_best_books_10k_multi_genre_data
This data was collected in a personal attempt to identify more books that one would like, based on ones they may have read in the past. It comprises 10k of the most recommended books of all time.
This data was collected in an attempt to aid my Movies/Shows dataset to help with projects concerning cross-content analysis/recommendations for instance.
The data was collected from Goodreads from the list - Books That Everyone Should Read At Least Once
CREATE TABLE goodreads_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"book" VARCHAR,
"author" VARCHAR,
"description" VARCHAR,
"genres" VARCHAR,
"avg_rating" DOUBLE,
"num_ratings" BIGINT,
"url" VARCHAR
);Anyone who has the link will be able to view this.