Baselight

Goodreads Book Datasets With User Rating 2M

Every 2 days , this dataset will be updated

@kaggle.bahramjannesarr_goodreads_book_datasets_10m

Book500k 600k
@kaggle.bahramjannesarr_goodreads_book_datasets_10m.book500k_600k

  • 4.17 MB
  • 54859 rows
  • 18 columns
id

Id

name

Name

authors

Authors

isbn

ISBN

rating

Rating

publishyear

PublishYear

publishmonth

PublishMonth

publishday

PublishDay

publisher

Publisher

ratingdist5

RatingDist5

ratingdist4

RatingDist4

ratingdist3

RatingDist3

ratingdist2

RatingDist2

ratingdist1

RatingDist1

ratingdisttotal

RatingDistTotal

countsofreview

CountsOfReview

language

Language

pagesnumber

PagesNumber

500000The New York Times Sunday Crossword Omnibus, Volume 2Will Weng08129361674.620041210Random House Puzzles & Games5:34:23:02:01:0total:5nan240
500003Driftwood: 101 Poems & "Hanna"-A Spiritual Story about How a Broken Marriage Affects a Little Girl's Life.Andrew D. Everstine0595129951200111Writers Club Press5:04:03:02:01:0total:0nan424
500005Once Upon a Rhyme: 101 Poems for Young ChildrenSara Corrin05711191315198211Faber & Faber5:14:03:02:01:0total:1nan157
500006New York Times Practical Traveler Handbook:, The: An A-Z Guide for Being Well Prepared on Trips of All KindsBetsy Wade08129218953.51994264Three Rivers Press5:04:13:12:01:0total:2nan286
500008New York Times Practical TravelerPaul Grimes081291152031985124Three Rivers Press5:04:03:22:01:0total:2nan411
500009The Meditations of Marcus AureliusMarcus Aurelius142092611X4.24200511Digireads.com5:545684:326193:154112:40621:1821total:1084811nan104
500010101 Great Poems of AmericaContemporary Books, Inc.080923927241992306McGraw-Hill/Contemporary5:04:13:02:01:0total:1nan142
500012101 Patriotic PoemsContemporary Books Inc.00714186793.52003215McGraw-Hill5:14:13:12:11:0total:4nan144
500014The Apology, Phaedo & Crito of Plato/Golden Sayings of Epictetus/Meditations of Marcus Aurelius 2 Harvard ClassicsCharles William Eliot14326145684.172004111Kessinger Publishing5:924:863:382:71:1total:2241nan360
500016Modern American Poetry (Bloom's Period Studies)Harold Bloom07910823774200513Chelsea House Publications5:14:13:12:01:0total:3nan509

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

Share link

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