Update path

parent 7250578f
......@@ -68,7 +68,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 19,
"metadata": {},
"outputs": [],
"source": [
......@@ -88,7 +88,10 @@
" \n",
" ## Si les dataframes sont différents, on réécrit le fichier local.\n",
" if True in diff :\n",
" raw_data_varicelle.to_csv(\"incidence-PAY-3_local_copy.csv\", sep = ';')"
" raw_data_varicelle.to_csv(\"incidence-PAY-7_local_copy.csv\", sep = ';')\n",
" \n",
"else:\n",
" raw_data_varicelle.to_csv(\"incidence-PAY-7_local_copy.csv\", sep = ';')"
]
},
{
......
This diff is collapsed.
This diff is collapsed.
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