PythonDataScienceHandbook
PythonDataScienceHandbook copied to clipboard
Python Data Science Handbook: full text in Jupyter Notebooks
The following lines from the book result in "404 not found" url = ('https://raw.githubusercontent.com/jakevdp/PythonDataScienceHandbook/' 'master/notebooks/data/california_cities.csv') !cd data && curl -O {url}
This PR adds the missing california_cities.csv file that was referenced in notebooks but not included. Resolves #430.
Hi You should update sklearn.cross_validation by from sklearn.model_selection in 05.02-Introducing-Scikit-Learn notebook Best regards,
Bitwise operators are conflated with intersection, union, symmetric difference operators in NB 03.01
In the Section "Index as ordered Set", Bitwise operators are mistakenly equated with Set Operators: intersection, union, symmetric difference. ``` indA = pd.Index([1, 3, 5, 7, 9]) indB = pd.Index([2,...
by moving everything into the anaconda environment specification. I'm also adding a warning, since it is probably not 100% the same.