Baselight

Goodreads Book Datasets With User Rating 2M

Every 2 days , this dataset will be updated

@kaggle.bahramjannesarr_goodreads_book_datasets_10m

Book100k 200k
@kaggle.bahramjannesarr_goodreads_book_datasets_10m.book100k_200k

  • 4.32 MB
  • 57046 rows
  • 18 columns
pagesnumber

PagesNumber

authors

Authors

publisher

Publisher

rating

Rating

language

Language

ratingdisttotal

RatingDistTotal

ratingdist5

RatingDist5

ratingdist3

RatingDist3

countsofreview

CountsOfReview

publishday

PublishDay

isbn

ISBN

ratingdist4

RatingDist4

publishmonth

PublishMonth

id

Id

publishyear

PublishYear

ratingdist1

RatingDist1

ratingdist2

RatingDist2

name

Name

400Royce FlippinPublicAffairs4.18nantotal:115:33:11915602561334:72010000020041:02:0The Best American Political Writing 2004: Special Election Year Edition
30Gail SakuraiTurtleback Books4nantotal:65:23:29061390737X4:2110000419961:02:0Stephen Hawking: Understanding the Universe
16Sandi HillCreative Teaching Press3.6nantotal:55:03:22315747133884:3110000719981:02:0Detective Dog and the Search for Cat
280Bob ButzLyons Press3.21nantotal:295:33:126115922844694:8110001020051:22:4Beast of Never, Cat of God: The Search for the Eastern Puma
193Raymond B. MarcinCatholic University of America Press3.43nantotal:75:03:2208132143004:4310001120061:02:1In Search of Schopenhauer's Cat: Arthur Schopenhauer's Quantum-Mystical Theory of Justice
168Sue HamiltonOxford University Press, USA3.52en-GBtotal:3135:423:11133601928537404:122710001620011:42:34Indian Philosophy: A Very Short Introduction
149Simon CritchleyOxford University Press, USA3.7nantotal:6775:1493:23062601928535974:241710001720011:92:48Continental Philosophy: A Very Short Introduction
133Julia AnnasOxford University Press, USA3.54engtotal:4015:633:14046101928535704:1481810001920011:82:42Ancient Philosophy: A Very Short Introduction
127Raymond WacksOxford University Press, USA3.67nantotal:3545:743:11726601928069124:1282210002020061:52:30Philosophy of Law: A Very Short Introduction
112Thomas NagelOxford University Press, USA3.65en-UStotal:27585:5453:8991771001950521614:10351510002119871:492:230What Does It All Mean? A Very Short Introduction to Philosophy

CREATE TABLE book100k_200k (
  "pagesnumber" BIGINT,
  "authors" VARCHAR,
  "publisher" VARCHAR,
  "rating" DOUBLE,
  "language" VARCHAR,
  "ratingdisttotal" VARCHAR,
  "ratingdist5" VARCHAR,
  "ratingdist3" VARCHAR,
  "countsofreview" BIGINT,
  "publishday" BIGINT,
  "isbn" VARCHAR,
  "ratingdist4" VARCHAR,
  "publishmonth" BIGINT,
  "id" BIGINT,
  "publishyear" BIGINT,
  "ratingdist1" VARCHAR,
  "ratingdist2" VARCHAR,
  "name" VARCHAR
);

Share link

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