Commit 51e068be authored by Dorinel Bastide's avatar Dorinel Bastide

Corrected file name in local and in instructions

parent 4661448c
...@@ -74,7 +74,7 @@ columns. ...@@ -74,7 +74,7 @@ columns.
* Loading from Local * Loading from Local
Instead of relying on url, the data file is loaded from local path Instead of relying on url, the data file is loaded from local path
#+BEGIN_SRC python :results silent :var data_url=data-url #+BEGIN_SRC python :results silent :var data_url=data-url
data_file = "syndrom-grippal.csv" data_file = "syndrome-grippal.csv"
import os import os
import urllib.request import urllib.request
if not os.path.exists(data_file): if not os.path.exists(data_file):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment