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

I was having a very hard time figuring out ```python fill = A.stack().mean() A.add(B, fill_value=fill) ``` fill = 4.5. However I computed a value of 3.2 because I was taking...

I have many confuses when reading this book, so I want to ask some advice . Thank you

construct the MultiIndex directly using its internal encoding by passing levels and labels **do not work** on pandas.__version__ = 1.0.1 ![image](https://user-images.githubusercontent.com/2363621/78190276-ef48cf80-7430-11ea-85b2-57e2ce2416ff.png)

As seen [here](https://github.com/scikit-learn/scikit-learn/issues/8588), `sklearn.datasets.fetch_mldata` has been deprecated as of version 0.20 and will be removed from sklearn in version 0.22 since **the source website mldata.org went down as of March...

Closes #175 Changes "just over 90%" to "nearly 95%" (accurate number is ~94.6%)

When I install basemap I obtained an already done code Requirement already satisfied: basemap in c:\users\paisa\anaconda3\lib\site-packages (1.2.1) Requirement already satisfied: pyproj>=1.9.3 in c:\users\paisa\anaconda3\lib\site-packages (from basemap) (1.9.6) Requirement already satisfied: matplotlib!=3.0.1,>=1.0.0...

Adding theory and example codes to the topic of Logistic Regression

This Attribute is not supported anymore

cannot unpack non-iterable numpy.float64 object