Python Data Science Handbook: Full Text in Jupyter Notebooks
11–20 of 37 posts
Re: Python Data Science Handbook: Full Text in Jupyter Notebooks
#12Any reviews on this ?
Re: Python Data Science Handbook: Full Text in Jupyter Notebooks
#13Any reviews on this ?
Personally I'd say this is a good book. Sections dealing with Numpy, Pandas and Matplotlib are great.
However, I am hesitant to say the same about ML section. I felt like this book assumes some familiarity with general ML concepts. I also felt like ML chapters progressed a bit fast from beginning to the core of chapter.
In all, book is great. Sections on Numpy, Pandas etc are great. But as for ML section, don't use that section as an introduction/first course for ML.
Re: Python Data Science Handbook: Full Text in Jupyter Notebooks
#14Re: Python Data Science Handbook: Full Text in Jupyter Notebooks
#15Is there a way to run notebooks automatically, so you could regenerate notebooks like this after some library code changes or dependency upgrades and check that everything stillw orks?
Re: Python Data Science Handbook: Full Text in Jupyter Notebooks
#16Is there a way to run notebooks automatically, so you could regenerate notebooks like this after some library code changes or dependency upgrades and check that everything stillw orks?
Re: Python Data Science Handbook: Full Text in Jupyter Notebooks
#17Any reviews on this ?
I have a fair amount of experience with pandas, and find the notebooks very help to refer to! I would say it's worth noting that his book is organized by technology (e.g. numpy, then pandas, then plotting), which makes it feel more like a technical reference, than a walk-through of basic to advanced DS activities. It's also worth checking out the notebooks for Wes McKinney's data science book. Daniel Chen doesn't hav…
Re: Python Data Science Handbook: Full Text in Jupyter Notebooks
#18Is there a way to run notebooks automatically, so you could regenerate notebooks like this after some library code changes or dependency upgrades and check that everything stillw orks?
Re: Python Data Science Handbook: Full Text in Jupyter Notebooks
#19I also recommend checking out the open source Automunge tool for automated data wrangling at automunge.com
Some ideas / questions: - The documentation on GH is unreadable like this - On GH it says "Patent Pending" so is this not open source after that or is that phrase just a joke? - How is it related to the mentioned Data Science Handbook?
Re: Python Data Science Handbook: Full Text in Jupyter Notebooks
#20Earlier quoted context omitted.
Or maybe you should spend time on it, by creating a fork with all the good PRs applied?
I would probably do that if the time investment was worth it. For example if it was something I was using on a day to day basis but not for leisurely/exploratory reading.