Modifications mineures.

parent 1a76f325
......@@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 14,
"metadata": {},
"outputs": [],
"source": [
......@@ -28,7 +28,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 15,
"metadata": {},
"outputs": [],
"source": [
......@@ -38,14 +38,15 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 18,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Fichier trouvé\n"
"Fichier non trouvé\n",
"Téléchargement du fichier sur le site Web\n"
]
}
],
......@@ -57,7 +58,7 @@
"if os.path.isfile('incidence-PAY-3.csv'):\n",
" print(\"Fichier trouvé\")\n",
" raw_data = pd.read_csv('incidence-PAY-3.csv', skiprows=1)\n",
" # Ecrituredu fichier en local\n",
" # Ecriture du fichier en local\n",
" raw_data.to_csv('incidence-PAY-3.csv')\n",
"else:\n",
" print(\"Fichier non trouvé\")\n",
......@@ -65,6 +66,15 @@
" raw_data = pd.read_csv(data_url, skiprows=1)"
]
},
{
"cell_type": "code",
"execution_count": 20,
"metadata": {},
"outputs": [],
"source": [
"raw_data.to_csv('incidence-PAY-3.csv')"
]
},
{
"cell_type": "markdown",
"metadata": {},
......@@ -89,7 +99,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 17,
"metadata": {},
"outputs": [
{
......@@ -1054,7 +1064,7 @@
"[1850 rows x 10 columns]"
]
},
"execution_count": 6,
"execution_count": 17,
"metadata": {},
"output_type": "execute_result"
}
......
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