health-data-science-OR / coding-for-ml

Learning materials for Coding for Machine Learning and Data Science
https://www.pythonhealthdatascience.com
MIT License
15 stars 4 forks source link

Issue on page /content/02_stat_prog/04_solutions/00_dataframes.html #48

Closed TomMonks closed 2 years ago

TomMonks commented 2 years ago

Exercise 8

# save the results
results.to_csv('data/total_referrals.csv', index=True)

this should point to the URL as opposewd to the local instance.

TomMonks commented 2 years ago

actualy problem is that this is a save to a folder that doesn't exist!

TomMonks commented 2 years ago

fixed in dev