From 51e068bed8021d49786cf2e3612a9905ad7c5a06 Mon Sep 17 00:00:00 2001 From: Dorinel Bastide Date: Wed, 15 Jul 2020 22:47:08 +0200 Subject: [PATCH] Corrected file name in local and in instructions --- module3/exo1/influenza-like-illness-analysis.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/exo1/influenza-like-illness-analysis.org b/module3/exo1/influenza-like-illness-analysis.org index 57dc752..99c32e1 100644 --- a/module3/exo1/influenza-like-illness-analysis.org +++ b/module3/exo1/influenza-like-illness-analysis.org @@ -74,7 +74,7 @@ columns. * Loading from Local Instead of relying on url, the data file is loaded from local path #+BEGIN_SRC python :results silent :var data_url=data-url -data_file = "syndrom-grippal.csv" +data_file = "syndrome-grippal.csv" import os import urllib.request if not os.path.exists(data_file): -- 2.18.1