PythonDataScienceHandbook icon indicating copy to clipboard operation
PythonDataScienceHandbook copied to clipboard

Python Data Science Handbook: full text in Jupyter Notebooks

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

Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.4.2 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies

To resolve the issue you need to install seaborn on your device. For this you have to enter a command line in your command prompt.

there are some inconsistencies in 3.8 on line [18]. I think the final .unstack() method should be removed from line [18] to produce the correct table. the line I am...

I think that in the paragraph on Explicit MultiIndex constructors che code: pd.MultiIndex(levels=[['a', 'b'], [1, 2]], labels=[[0, 0, 1, 1], [0, 1, 0, 1]]) should be replaced with: pd.MultiIndex(levels=[['a', 'b'],...

I am trying to reproduce the code on page 107 of the first edition (and it is the same on Github). When I do indA & indB I get a...

Hi I have been learning the shortcuts of ipython, it was so helpful. However, I couldn't understand the purpose of Suppressing the output in IPython, If it's neither print output...

Hello there! I'm trying to scrap data from the web for an analysis but the code is having error and I'm not able to fix, pls I will paste the...