no commit message

parent 998a6c81
......@@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 24,
"metadata": {},
"outputs": [],
"source": [
......@@ -23,12 +23,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Les données de l'incidence du syndrome grippal sont disponibles du site Web du [Réseau Sentinelles](http://www.sentiweb.fr/). Nous les récupérons sous forme d'un fichier en format CSV dont chaque ligne correspond à une semaine de la période demandée. Nous téléchargeons toujours le jeu de données complet, qui commence en 1984 et se termine avec une semaine récente."
"Les données de l'incidence du syndrome grippal sont disponibles du site Web du [Réseau Sentinelles](http://www.sentiweb.fr/). Nous les récupérons sous forme d'un fichier en format CSV dont chaque ligne correspond à une semaine de la période demandée. Nous téléchargeons toujours le jeu de données complet, qui commence en 1984 et se termine avec une semaine récente.\n",
"\n",
"On rajoute le path local du fichier téléchargé"
]
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 25,
"metadata": {},
"outputs": [],
"source": [
......@@ -55,12 +57,14 @@
"| geo_insee | Code de la zone géographique concernée (Code INSEE) http://www.insee.fr/fr/methodes/nomenclatures/cog/ |\n",
"| geo_name | Libellé de la zone géographique (ce libellé peut être modifié sans préavis) |\n",
"\n",
"La première ligne du fichier CSV est un commentaire, que nous ignorons en précisant `skiprows=1`."
"La première ligne du fichier CSV est un commentaire, que nous ignorons en précisant `skiprows=1`.\n",
"\n",
"On lit le fichier situé à l'adresse `data_path` au lieu de l'url"
]
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 26,
"metadata": {},
"outputs": [
{
......@@ -1025,7 +1029,7 @@
"[2087 rows x 10 columns]"
]
},
"execution_count": 5,
"execution_count": 26,
"metadata": {},
"output_type": "execute_result"
}
......@@ -1045,7 +1049,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 27,
"metadata": {},
"outputs": [
{
......@@ -1107,7 +1111,7 @@
"1850 FR France "
]
},
"execution_count": 6,
"execution_count": 27,
"metadata": {},
"output_type": "execute_result"
}
......@@ -1125,7 +1129,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 28,
"metadata": {},
"outputs": [
{
......@@ -2090,7 +2094,7 @@
"[2086 rows x 10 columns]"
]
},
"execution_count": 7,
"execution_count": 28,
"metadata": {},
"output_type": "execute_result"
}
......@@ -2120,7 +2124,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 29,
"metadata": {},
"outputs": [],
"source": [
......@@ -2150,7 +2154,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 30,
"metadata": {},
"outputs": [],
"source": [
......@@ -2175,7 +2179,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 31,
"metadata": {
"scrolled": true
},
......@@ -2198,7 +2202,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 32,
"metadata": {},
"outputs": [
{
......@@ -2206,7 +2210,7 @@
"text/plain": [
"week int64\n",
"indicator int64\n",
"inc float64\n",
"inc object\n",
"inc_low float64\n",
"inc_up float64\n",
"inc100 object\n",
......@@ -2217,7 +2221,7 @@
"dtype: object"
]
},
"execution_count": 16,
"execution_count": 32,
"metadata": {},
"output_type": "execute_result"
}
......@@ -2235,7 +2239,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 33,
"metadata": {},
"outputs": [],
"source": [
......@@ -2251,16 +2255,16 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 34,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7fbead471dd8>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7fbeac9cab70>"
]
},
"execution_count": 17,
"execution_count": 34,
"metadata": {},
"output_type": "execute_result"
},
......@@ -2290,16 +2294,16 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 35,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7fbeacad0be0>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7fbeac7bacf8>"
]
},
"execution_count": 18,
"execution_count": 35,
"metadata": {},
"output_type": "execute_result"
},
......@@ -2350,7 +2354,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 36,
"metadata": {},
"outputs": [],
"source": [
......@@ -2370,7 +2374,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 37,
"metadata": {},
"outputs": [],
"source": [
......@@ -2394,16 +2398,16 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 38,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7fbeaca5e240>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7fbeaca502e8>"
]
},
"execution_count": 21,
"execution_count": 38,
"metadata": {},
"output_type": "execute_result"
},
......@@ -2433,7 +2437,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 39,
"metadata": {},
"outputs": [
{
......@@ -2480,7 +2484,7 @@
"dtype: float64"
]
},
"execution_count": 22,
"execution_count": 39,
"metadata": {},
"output_type": "execute_result"
}
......@@ -2499,16 +2503,16 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 40,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7fbeacad0e10>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7fbeac6f8438>"
]
},
"execution_count": 23,
"execution_count": 40,
"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