From 1d46d5d8596851afd3d8588675ee9145020c6a54 Mon Sep 17 00:00:00 2001 From: e5d4cc2d2020104d75a00704129d48b5 Date: Wed, 8 Jun 2022 17:00:03 +0000 Subject: [PATCH] update notebook --- .../exo2/Exercise_3.2_chickenpox_data.ipynb | 25 ++++++++++++++++--- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/module3/exo2/Exercise_3.2_chickenpox_data.ipynb b/module3/exo2/Exercise_3.2_chickenpox_data.ipynb index e1c370e..b8ad334 100644 --- a/module3/exo2/Exercise_3.2_chickenpox_data.ipynb +++ b/module3/exo2/Exercise_3.2_chickenpox_data.ipynb @@ -1056,6 +1056,14 @@ "raw_data[raw_data.isnull().any(axis=1)]" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**This csv file of chickenpox_data does not have any missing data, so No year entry has been deleted\n", + "The code line that was used to remove the year entry has been commented out**" + ] + }, { "cell_type": "code", "execution_count": 5, @@ -1112,7 +1120,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 9, @@ -1144,7 +1152,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 10, @@ -1168,6 +1176,15 @@ "sorted_data['inc'][-200:].plot()" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**we need to start from Ist of september so below 8 has been replaced with 9\n", + "Also the current data set is from 1990 to 2022, so we give 1991 the starting year to consider the year with full peak of the epidemic as described by the instructiors of the code\n", + "--- Replaced 1985 by 1991**" + ] + }, { "cell_type": "code", "execution_count": 11, @@ -1204,7 +1221,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 13, @@ -1286,7 +1303,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 15, -- 2.18.1