Baselight

📚 Data Science Books: Goodreads

Unlocking Insights from the Shelves of Enthusiasts

@kaggle.kanchana1990_data_science_books_goodreads

Goodreads Data Science Books
@kaggle.kanchana1990_data_science_books_goodreads.goodreads_data_science_books

  • 213.22 KB
  • 392 rows
  • 11 columns
authorname

AuthorName

bookformat

BookFormat

bookid

BookId

description

Description

numberofpages

NumberOfPages

numberofratings

NumberOfRatings

numberofreviews

NumberOfReviews

publishedby

PublishedBy

publisheddate

PublishedDate

rating

Rating

title

Title

Roger D. Pengebook26299386This book describes, simply and in general terms, the process of analyzing data. The authors have extensive experience both managing data analysts and conducting their own data analyses, and have carefully observed what produces coherent results and what fails to produce useful insights into data. T…15427439LeanpubSeptember 5, 20153.74The Art of Data Science: A Guide for Anyone Who Works with Data
Lillian PiersonPaperback56751800Monetize your company’s data and data science expertise without spending a fortune on hiring independent strategy consultants to help What if there was one simple, clear process for ensuring that all your company’s data science projects achieve a high a return on investment? What if you could valida…43223125For DummiesSeptember 15, 20213.45Data Science For Dummies (For Dummies
John D. KelleherPaperback36722689<b>A concise introduction to the emerging field of data science, explaining its evolution, relation to machine learning, current uses, data infrastructure issues, and ethical challenges.</b><br /><br />The goal of data science is to improve decision making through the analysis of data. Today data sc…28075289The MIT PressApril 13, 20183.91Data Science
Jake VanderplasPaperback26457146For many researchers, Python is a first-class tool mainly because of its libraries for storing, manipulating, and gaining insight from data. Several resources exist for individual pieces of this data science stack, but only with the Python Data Science Handbook do you get them all—IPython, NumPy, Pa…54659356O'Reilly MediaJanuary 3, 20174.31Python Data Science Handbook: Essential Tools for Working with Data
Oliver TheobaldKindle Edition35518108<b> To buy the newest edition of this book (2021), please search "Machine Learning Absolute Beginners Third Edition" on Amazon. The product page you are currently viewing is for the 2nd Edition (2017) of this book.</b><b>Featured by Tableau as the first of "7 Books About Machine Learning for Beginne…16839418Scatterplot PressJune 21, 20174.13Machine Learning For Absolute Beginners: A Plain English Introduction (Second Edition)
Cathy O'NeilPaperback17346997Now that people are aware that data can make the difference in an election or a business model, data science as an occupation is gaining ground. But how can you get started working in a wide-ranging, interdisciplinary field that’s so clouded in hype? This insightful book, based on Columbia Universit…40556452O'Reilly MediaDecember 3, 20133.73Doing Data Science: Straight Talk from the Frontline
Annalyn NgKindle Edition34213247---------------<br /><b>Reference text for data science in top universities like Stanford and Cambridge. Sold in over 85 countries and translated into more than 5 languages.</b><br />---------------<br /><br />Want to get started on data science?<br />Our promise: no math added.<br /><br />This book…14757478nanFebruary 3, 20174.15Numsense! Data Science for the Layman: No Math Added
Joel GrusKindle Edition25407018<div> <p>Data science libraries, frameworks, modules, and toolkits are great for doing data science, but they’re also a good way to dive into the discipline without actually understanding data science. In this book, you’ll learn how many of the most fundamental data science tools and algorithms wo…330104177O'Reilly MediaApril 14, 20153.91Data Science from Scratch: First Principles with Python
John W. ForemanPaperback17682206Data Science gets thrown around in the press like it's magic. Major retailers are predicting everything from when their customers are pregnant to when they want a new pair of Chuck Taylors. It's a brave new world where seemingly meaningless data can be transformed into valuable insight to drive smar…40999456John Wiley & SonsOctober 31, 20134.12Data Smart: Using Data Science to Transform Information into Insight
Lillian PiersonPaperback56751800Monetize your company’s data and data science expertise without spending a fortune on hiring independent strategy consultants to help What if there was one simple, clear process for ensuring that all your company’s data science projects achieve a high a return on investment? What if you could valida…43223125For DummiesSeptember 15, 20213.45Data Science For Dummies (For Dummies

CREATE TABLE goodreads_data_science_books (
  "authorname" VARCHAR,
  "bookformat" VARCHAR,
  "bookid" BIGINT,
  "description" VARCHAR,
  "numberofpages" DOUBLE,
  "numberofratings" BIGINT,
  "numberofreviews" BIGINT,
  "publishedby" VARCHAR,
  "publisheddate" VARCHAR,
  "rating" DOUBLE,
  "title" VARCHAR
);

Share link

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