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 [scipy](https://github.com/scipy/scipy) from 0.17.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

I see the following error: Notebook not found There was an error loading this notebook. Ensure that the file is accessible and try again. https://github.com/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb Could not find Index.ipynb in...

Hi, there is a mistake in the 3rd example in the figure 2-4 (s. 65) -> np.ones resulted in array [0,1,2]

Minor Refactor made by Sourcery.ai

`from sklearn.model_selection import GridSearchCV param_grid = {'polynomialfeatures__degree': np.arange(21), 'linearregression__fit_intercept': [True, False], 'linearregression__normalize': [True, False]} grid = GridSearchCV(PolynomialRegression(), param_grid, cv=7) **grid.fit(X,y)**` ------------------------------------------------- Sorry to bother you. I had a small issue...

data is not transferred

Updated the link to "A gallery of interesting Jupyter Notebooks" Previously it is https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks/ Current working link: https://github.com/jupyter/jupyter/wiki#a-gallery-of-interesting-jupyter-notebooks/ This fixes the issue [01.08 link changed #331](https://github.com/jakevdp/PythonDataScienceHandbook/issues/331)

When I want to run the codes below ``` # reset rcParams plt.rcParams.update(IPython_default); ``` I got those warning D:\Anaconda3\lib\_collections_abc.py:841: MatplotlibDeprecationWarning: The examples.directory rcparam was deprecated in Matplotlib 3.0 and will...

Hello Team, I am an IT student specialising in data science career, recently being interested in BPM(Business Process Management). If I am here is to have a help from you...