test

parent 45fd1687
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
] ]
}, },
{ {
"cell_type": "raw", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"date de téléchargement des données du \"Keeling Curve\" (weekly) : 11/11/2024" "Date de téléchargement des données du \"Keeling Curve\" (weekly) : 11/11/2024"
] ]
}, },
{ {
...@@ -406,7 +406,7 @@ ...@@ -406,7 +406,7 @@
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f0084ed97f0>" "<matplotlib.axes._subplots.AxesSubplot at 0x7fe988edb3c8>"
] ]
}, },
"execution_count": 3, "execution_count": 3,
...@@ -431,7 +431,7 @@ ...@@ -431,7 +431,7 @@
] ]
}, },
{ {
"cell_type": "raw", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"On a bel et bien une oscillation périodique superposée à une évolution systématique plus lente." "On a bel et bien une oscillation périodique superposée à une évolution systématique plus lente."
...@@ -445,7 +445,7 @@ ...@@ -445,7 +445,7 @@
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f0082d86da0>" "<matplotlib.axes._subplots.AxesSubplot at 0x7fe986d980f0>"
] ]
}, },
"execution_count": 4, "execution_count": 4,
...@@ -471,7 +471,7 @@ ...@@ -471,7 +471,7 @@
] ]
}, },
{ {
"cell_type": "raw", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Caractérisation de l'évolution lente en faisant une moyenne mobile sur 25 semaines." "Caractérisation de l'évolution lente en faisant une moyenne mobile sur 25 semaines."
...@@ -485,7 +485,7 @@ ...@@ -485,7 +485,7 @@
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f0082cd0470>" "<matplotlib.axes._subplots.AxesSubplot at 0x7fe986cd1400>"
] ]
}, },
"execution_count": 5, "execution_count": 5,
...@@ -511,14 +511,14 @@ ...@@ -511,14 +511,14 @@
] ]
}, },
{ {
"cell_type": "raw", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Caractérisation de l'oscillation periodique en soustrayant la tendance lente des données d'origine." "Caractérisation de l'oscillation periodique en soustrayant la tendance lente des données d'origine."
] ]
}, },
{ {
"cell_type": "raw", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"On enlève les données CO2 qui valent Naan." "On enlève les données CO2 qui valent Naan."
...@@ -534,7 +534,7 @@ ...@@ -534,7 +534,7 @@
] ]
}, },
{ {
"cell_type": "raw", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"On convertit la date en jours pour la régression." "On convertit la date en jours pour la régression."
...@@ -572,7 +572,7 @@ ...@@ -572,7 +572,7 @@
] ]
}, },
{ {
"cell_type": "raw", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"On met en place les prédictions jusqu'à fin 2025." "On met en place les prédictions jusqu'à fin 2025."
...@@ -590,7 +590,7 @@ ...@@ -590,7 +590,7 @@
] ]
}, },
{ {
"cell_type": "raw", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"On ajoute à raw_data les nouvelles données." "On ajoute à raw_data les nouvelles données."
...@@ -608,7 +608,7 @@ ...@@ -608,7 +608,7 @@
] ]
}, },
{ {
"cell_type": "raw", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Mis en place de l'affichage." "Mis en place de l'affichage."
......
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