add comments

parent 37be88c2
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 34, "execution_count": 35,
"metadata": { "metadata": {
"scrolled": true "scrolled": true
}, },
...@@ -1028,12 +1028,15 @@ ...@@ -1028,12 +1028,15 @@
"[1933 rows x 10 columns]" "[1933 rows x 10 columns]"
] ]
}, },
"execution_count": 34, "execution_count": 35,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
], ],
"source": [ "source": [
"# On essaie de lire le fichier csv local si il existe, sinon on le telecharge\n",
"# de maniere a avoir une copie locale\n",
"\n",
"try:\n", "try:\n",
" raw_data = pd.read_csv(data_filename, skiprows=1)\n", " raw_data = pd.read_csv(data_filename, skiprows=1)\n",
"except FileNotFoundError:\n", "except FileNotFoundError:\n",
......
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