diff --git a/lectures/applications/working_with_text.md b/lectures/applications/working_with_text.md index 7e56e620..604a118b 100644 --- a/lectures/applications/working_with_text.md +++ b/lectures/applications/working_with_text.md @@ -126,7 +126,7 @@ def get_incident_details(id): return(result) -incidentsfile = "https://datascience.quantecon.org/assets/data/incidents.csv" +incidentsfile = "incidents.csv" # To avoid loading the avalanche Canada servers, we save the incident details locally.