Baselight

Goodreads Book Datasets With User Rating 2M

Every 2 days , this dataset will be updated

@kaggle.bahramjannesarr_goodreads_book_datasets_10m

Book600k 700k
@kaggle.bahramjannesarr_goodreads_book_datasets_10m.book600k_700k

  • 26.38 MB
  • 55156 rows
  • 19 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

description

Description

600000Lessons Learned (Great Chefs, #2)Nora Roberts037351025X3.741993152Silhouette5:9474:10163:10612:2871:63total:337486eng250LESSONS LEARNED...<br /><br />Coordinating the publicity tour for Italy's most famous--and most adorable--chef was just the kind of assignment Juliet relished. Carlo Franconi could gather a crowd just by smiling, and watching him prepare a meal was like witnessing a lesson in passionate lovemaking. …
600001Walking by Faith: Lessons Learned in the DarkJennifer Rothschild06330993254.27200311Lifeway Church Resources5:3674:2463:1092:221:5total:7497nan112At the age of fifteen, Jennifer Rothschild confronted two unshakable realities: Blindness is inevitable ... and God is enough. Now this popular author, speaker, and recording artist offers poignant lessons that illuminate a path to freedom and fulfillment. With warmth, humor, and insight, Jennifer s…
600003Better Health in Africa: Experience and Lessons LearnedWorld Bank Group08213281745199411World Bank Publications5:14:03:02:01:0total:11nan240nan
600004The Blended Learning Book: Best Practices, Proven Methodologies, and Lessons LearnedJosh Bersin07879729674.12004110Pfeiffer5:84:63:62:01:0total:203nan319<i>The Blended Learning Book</i> is your user's manual for implementing blended learning. It gives you a guidebook to combining the latest technologies with traditional training models to create high-impact programs that drive superior business results (not just reduce costs). Filled with real-world…
600005Lessons Learned: Successes Achieved: Be Prepared for Disaster: Advice from Katrina SurvivorsRobert G. Gillio0595417566320063011iUniverse5:04:03:12:01:0total:1nan168"<b>Lessons Learned: Successes Achieved</b>" will help motivate you to acquire the knowledge, skills, resources and desire to contribute to a more positive outcome when a disaster strikes. By sharing their experiences and celebrating their successes, the contributors demonstrate why every one of us …
600006Charting Your Course: Lessons Learned During the Journey Toward Performance ExcellenceJohn G. Conyers08738960762003912ASQ Quality Press5:04:03:02:01:0total:0nan174nan
600007Computing Calamities: Lessons Learned from Products, Projects, & Companies That FailedRobert L. Glass01308286295199911Prentice Hall5:24:03:02:01:0total:2nan302Many great advances in technology have resulted from risky experimentation, but it's critical to remember and study the spectacular failures that also resulted from some of those risks. Failures can be mundane, like the typical complaints of software projects that are behind schedule and over budget…
600008American Indian Rhetorics of Survivance: Word Medicine, Word MagicErnest Stromberg08229592594.112006157University of Pittsburgh Press5:24:63:12:01:0total:91nan296<i>American Indian Rhetorics of Survivance</i> presents an original critical and theoretical analysis of American Indian rhetorical practices in both canonical and previously overlooked texts: autobiographies, memoirs, prophecies, and oral storytelling traditions. Ernest Stromberg assembles essays f…
600009Maternally Yours (Dynasties: The Connellys, #2)Kathie DeNosky03737641893.732002251Silhouette Desire5:194:253:282:31:2total:776nan192Maternally Yours by Kathie DeNosky released on Jan 25, 2002 is available now for purchase.
600010Rival AttractionsPenny Jordan03731141843.1119912510Harlequin Presents5:104:303:392:201:9total:10812nan187'You'd find life much less fraught if you learned to trust people a little, Charlotte. You're always so ready to believe the worst of others ...' <br /><br />But Charlotte Spencer was scared to let herself follow her instincts where Oliver Tennant was concerned. How could she respond to him as an at…

CREATE TABLE book600k_700k (
  "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,
  "description" VARCHAR
);

Share link

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