diff --git a/module3/exo2/Exercise_3.2_chickenpox_data.ipynb b/module3/exo2/Exercise_3.2_chickenpox_data.ipynb index e1c370ec5f966cfd8aa8fa7863eb165bc145ef88..b8ad334577689e8b9e1eb4993011570042eb6555 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,