Update analyse-syndrome-grippal.ipynb

parent 3bcb2fb7
......@@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Incidence du syndrome grippal EDITED"
"# Incidence du syndrome grippal"
]
},
{
......@@ -34,7 +34,7 @@
},
"outputs": [],
"source": [
"data_url = \" /home/jovyan/work/module3/exo1/incidence-PAY-3.csv\""
"data_path = \" /home/jovyan/work/module3/exo1/incidence-PAY-3.csv\""
]
},
{
......@@ -65,7 +65,7 @@
"metadata": {},
"outputs": [],
"source": [
"raw_data = pd.read_csv(data_url, skiprows=1)\n",
"raw_data = pd.read_csv(data_path, skiprows=1)\n",
"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