Commit 6138fe0a authored by 6a057d4c0b5da227e313d46089968294's avatar 6a057d4c0b5da227e313d46089968294
parents f0586edf 33ae882f
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"" "data_path = \" /home/jovyan/work/module3/exo1/incidence-PAY-3.csv\""
] ]
}, },
{ {
...@@ -1049,7 +1049,7 @@ ...@@ -1049,7 +1049,7 @@
} }
], ],
"source": [ "source": [
"raw_data = pd.read_csv(data_url, skiprows=1)\n", "raw_data = pd.read_csv(data_path, skiprows=1)\n",
"raw_data" "raw_data"
] ]
}, },
......
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