GoodReads 100k Books
An Extensive GoodReads Dataset containing 100k books
@kaggle.mdhamani_goodreads_books_100k
An Extensive GoodReads Dataset containing 100k books
@kaggle.mdhamani_goodreads_books_100k
This is a dataset was created as a personal project to learn scraping and to provide a usable and extensive dataset to the community. It lead me to one of my favorite books website goodreads. And then i just wrote the code for scraping (which BTW i'll upload soon on my [github] (https://github.com/MDhamani)). And then it was just hours of scraping and at last this is the result.
This dataset contains contains some of the generally required columns needed to express a book. If you have any questions or comments about this please feel free put them in discussions. I'll be happy to answer them 😄😄.
This dataset was gathered from goodreads, so a humble thanks to them.
Dataset image:- https://freebiesupply.com/logos/goodreads-logo/
CREATE TABLE goodreads_100k_books (
"author" VARCHAR,
"bookformat" VARCHAR,
"desc" VARCHAR,
"genre" VARCHAR,
"img" VARCHAR,
"isbn" VARCHAR,
"isbn13" VARCHAR,
"link" VARCHAR,
"pages" BIGINT,
"rating" DOUBLE,
"reviews" BIGINT,
"title" VARCHAR,
"totalratings" BIGINT
);Anyone who has the link will be able to view this.