deuxieme essai

parent ccdfc4f5
...@@ -28,12 +28,12 @@ ...@@ -28,12 +28,12 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 14, "execution_count": 28,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"\n", "#data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"\n",
"#data_local = 'incidence-PAY-3.csv'" "data_local = 'incidence-PAY-3.csv' #version locale du fichier"
] ]
}, },
{ {
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 15, "execution_count": 29,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -1025,14 +1025,14 @@ ...@@ -1025,14 +1025,14 @@
"[1882 rows x 10 columns]" "[1882 rows x 10 columns]"
] ]
}, },
"execution_count": 15, "execution_count": 29,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
], ],
"source": [ "source": [
"raw_data = pd.read_csv(data_url, skiprows=1)\n", "#raw_data = pd.read_csv(data_url, skiprows=1)\n",
"#raw_data = pd.read_csv(data_local, skiprows=1)\n", "raw_data = pd.read_csv(data_local, 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