commentaire

parent f4955faf
......@@ -35,6 +35,13 @@
"data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\""
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Pour nous protéger contre une éventuelle disparition ou modification du serveur du Réseau Sentinelles, nous faisons une copie locale de ce jeux de données que nous préservons avec notre analyse. Il est inutile et même risquée de télécharger les données à chaque exécution, car dans le cas d'une panne nous pourrions remplacer nos données par un fichier défectueux. Pour cette raison, nous téléchargeons les données seulement si la copie locale n'existe pas."
]
},
{
"cell_type": "code",
"execution_count": 3,
......@@ -2221,7 +2228,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7fc646a5aac8>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f145013f358>"
]
},
"execution_count": 10,
......@@ -2260,7 +2267,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7fc644136470>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f144e037a90>"
]
},
"execution_count": 11,
......@@ -2364,7 +2371,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7fc6440cbc50>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f144df2a668>"
]
},
"execution_count": 14,
......@@ -2465,7 +2472,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7fc64402b9b0>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f144df03e48>"
]
},
"execution_count": 16,
......
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