diff --git a/Lecture_9/Assignment_7/group_2_ass_7_2024_2.ipynb b/Lecture_9/Assignment_7/group_2_ass_7_2024_2.ipynb index b3528d6b..ab34ad23 100644 --- a/Lecture_9/Assignment_7/group_2_ass_7_2024_2.ipynb +++ b/Lecture_9/Assignment_7/group_2_ass_7_2024_2.ipynb @@ -41,6 +41,16 @@ "import mapclassify" ] }, + { + "cell_type": "code", + "execution_count": null, + "id": "dfc81ae5-491b-467e-87fd-737d2061a8cf", + "metadata": {}, + "outputs": [], + "source": [ + "## 1. Import the data located at this link. It has information on people infected with dengue at the district level for 2015 to 2021.\n" + ] + }, { "cell_type": "code", "execution_count": null, @@ -57,6 +67,16 @@ "\n" ] }, + { + "cell_type": "code", + "execution_count": null, + "id": "0a780d92-7ffe-406d-89d2-db1afced1539", + "metadata": {}, + "outputs": [], + "source": [ + "## 2. Generate ubigeo for Departments and Provinces taking the first two and four numbers." + ] + }, { "cell_type": "code", "execution_count": null,