joelgrus / data-science-from-scratch

code for Data Science From Scratch book
MIT License
8.63k stars 4.5k forks source link

missing file stocks.csv #70

Closed Beliavsky closed 5 years ago

Beliavsky commented 5 years ago

in file working_with_data.py there is code

with open("stocks.csv", "r") as f:

but in the project zip file I don't see the file stocks.csv anywhere.

joelgrus commented 5 years ago

just uploaded the files for this section to github, thanks