From 4079d458e61f37c754afb1bb6c13f59680484e5c Mon Sep 17 00:00:00 2001 From: ce14f10f5bc5e484777f1060f8856ea9 Date: Wed, 8 Jun 2022 08:36:16 +0000 Subject: [PATCH] finished exercise --- module3/exo2/exercice.ipynb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/module3/exo2/exercice.ipynb b/module3/exo2/exercice.ipynb index 7d30f92..e5317bc 100644 --- a/module3/exo2/exercice.ipynb +++ b/module3/exo2/exercice.ipynb @@ -2394,6 +2394,13 @@ " yearly_incidence.sort_values()" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "So finally, the year with the strongest epidemic is 2009, while the year with the weakest epidemic was 2020. " + ] + }, { "cell_type": "code", "execution_count": null, -- 2.18.1