PythonDataScienceHandbook icon indicating copy to clipboard operation
PythonDataScienceHandbook copied to clipboard

Python Data Science Handbook: full text in Jupyter Notebooks

Results 145 PythonDataScienceHandbook issues
Sort by recently updated
recently updated
newest added

Hi, why did these files fail to download? I read this book now but I find that these files fail to download. It would be good if you solve this...

### Issues Found I was trying to run the **05.13-Kernel-Density-Estimation.ipynb** notebook and found multiple issues: * `AttributeError: Unknown property normed` - when running plots this error crops up. * `ModuleNotFoundError:...

I tried to run this notebooks on binder but received this error : ![image](https://user-images.githubusercontent.com/55437218/119370287-bd4c9980-bcd2-11eb-9a05-e87d4848c0dc.png)

The sentence makes more sense if it starts either with `before seeing how` or `before moving on to see how`, instead of heaving both statements.

I use the colab , here is the shared url https://colab.research.google.com/drive/15uoHS3S48Q3GQTBrzEpneWiD6MHVnylr

When trying to run notebook using binder, every time a cell has `import matplotlib.pyplot as plt` I get an error: I was checking in the notebooks that the matplotlib version...

As seen on Aurélien Geron's Hands-On ML repo (https://github.com/ageron/handson-ml2), I have added a link to launch the repo in Deepnote

I find myself referring to https://jakevdp.github.io/PythonDataScienceHandbook/04.10-customizing-ticks.html#Summary-of-Formatters-and-Locators all the time to find the correct matplotlib locators/formatter. I only recently realized that there are more maplotlib [locators][1] and [formatters][2], including `StrMethodFormatter` and...