From 84e56e5468d8897e447cb969cf64a43b3fc3e2d0 Mon Sep 17 00:00:00 2001 From: 8057a7ae58e587eb7d45460ceced4594 <8057a7ae58e587eb7d45460ceced4594@app-learninglab.inria.fr> Date: Thu, 23 Sep 2021 20:34:49 +0000 Subject: [PATCH] covid exercise --- module3/exo3/exercice.ipynb | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index 2168468..bc83cdb 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/exercice.ipynb @@ -34,7 +34,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 3, "metadata": {}, "outputs": [], "source": [ @@ -51,7 +51,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -1824,7 +1824,7 @@ "[279 rows x 614 columns]" ] }, - "execution_count": 5, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" } @@ -1844,7 +1844,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 5, "metadata": {}, "outputs": [ { @@ -3617,7 +3617,7 @@ "[279 rows x 612 columns]" ] }, - "execution_count": 6, + "execution_count": 5, "metadata": {}, "output_type": "execute_result" } @@ -3636,7 +3636,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 6, "metadata": {}, "outputs": [ { @@ -5409,7 +5409,7 @@ "[279 rows x 612 columns]" ] }, - "execution_count": 7, + "execution_count": 6, "metadata": {}, "output_type": "execute_result" } @@ -5428,7 +5428,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 7, "metadata": {}, "outputs": [ { @@ -5440,7 +5440,7 @@ " dtype=object)" ] }, - "execution_count": 8, + "execution_count": 7, "metadata": {}, "output_type": "execute_result" } @@ -5458,7 +5458,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 8, "metadata": {}, "outputs": [], "source": [ @@ -5475,7 +5475,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 9, "metadata": {}, "outputs": [ { @@ -5497,7 +5497,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 10, "metadata": {}, "outputs": [], "source": [ @@ -5518,7 +5518,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 11, "metadata": {}, "outputs": [ { @@ -5743,7 +5743,7 @@ "[5 rows x 610 columns]" ] }, - "execution_count": 13, + "execution_count": 11, "metadata": {}, "output_type": "execute_result" } @@ -5762,7 +5762,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 12, "metadata": {}, "outputs": [ { @@ -5771,7 +5771,7 @@ "Text(0.5,1,'Infection Cases of COVID-19 in Linear Scale')" ] }, - "execution_count": 15, + "execution_count": 12, "metadata": {}, "output_type": "execute_result" }, @@ -5806,7 +5806,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 13, "metadata": {}, "outputs": [ { @@ -5815,7 +5815,7 @@ "Text(0.5,1,'Infection Cases of COVID-19 in Log scale')" ] }, - "execution_count": 16, + "execution_count": 13, "metadata": {}, "output_type": "execute_result" }, -- 2.18.1