PythonDataScienceHandbook icon indicating copy to clipboard operation
PythonDataScienceHandbook copied to clipboard

california_cities.csv missing in notebooks/data/

Open thozimm opened this issue 5 months ago • 1 comments

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}

thozimm avatar Jul 27 '25 10:07 thozimm

I've added the missing california_cities.csv and opened a pull request to fix this. Hope this helps!

lashvarda avatar Aug 04 '25 20:08 lashvarda