Baselight

GoodReads 100k Books

An Extensive GoodReads Dataset containing 100k books

@kaggle.mdhamani_goodreads_books_100k

Loading...
Loading...

About this Dataset

GoodReads 100k Books

Context

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.

Content

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 😄😄.

Acknowledgements

This dataset was gathered from goodreads, so a humble thanks to them.
Dataset image:- https://freebiesupply.com/logos/goodreads-logo/

Tables

Goodreads 100k Books

@kaggle.mdhamani_goodreads_books_100k.goodreads_100k_books
  • 66.56 MB
  • 100000 rows
  • 13 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.