BDA601_Assessment 3 Brief_Source Code and Presentation_Module 12 Page 1 of 7 Task Summary Any enterprise-level, big-data, analytics project aimed at solving a real-world problem will generally...

1 answer below »
hello i need help with my assignment



BDA601_Assessment 3 Brief_Source Code and Presentation_Module 12 Page 1 of 7 Task Summary Any enterprise-level, big-data, analytics project aimed at solving a real-world problem will generally comprise three phases: 1. Data preparation; 2. Data analysis and visualisation; and 3. Making decisions based on the analysis or insights. In this Assessment, you will help the global community in its fight against COVID-19 by discovering meaningful insights in a dataset compiled by the Johns Hopkins University Center for Systems Science and Engineering. Given the significance of the issue, you will slice and dice the data using different methods and drill down to gain insights that will help the individuals concerned make the right decisions. Please refer to the Task Instructions (below) for details on how to complete this task. Task Instructions 1. Dataset Preparation The Johns Hopkins University COVID-19 dataset is a time-series dataset that officially began recording the global number of confirmed infections, deaths and recovered patients on ASSESSMENT 3 BRIEF Subject Code and Title BDA601—Big Data and Analytics Assessment Model Evaluation Individual/Group Individual Length Source Code and Presentation (7–10 minutes) Learning Outcomes The Subject Learning Outcomes demonstrated by the successful completion of the task below include: c) Apply data science principles to the cleaning, manipulation and visualisation of data; d) Design analytical models based on a given problem; and e) Effectively report and communicate findings to an appropriate audience. Submission Due by 11.55 pm AEST on the Sunday at the end of Module 12. Weighting 40% Total Marks 100 marks BDA601_Assessment 3 Brief_Source Code and Presentation_Module 12 Page 2 of 7 22 January 2020. The fields available in the dataset include the Province/State, Country/Region, the Latitude and Longitude of a country and the dates. The data period runs from 22 January 2020 to present. In this Assessment, you are required to work with the latest version of this dataset (the version you use will depend on the day you download it). The dataset can be found at the URL provided below. For this Assessment, you are only required to download the dataset related to confirmed infection numbers (i.e., only download the file named: time_series_covid19_confirmed_global.csv). All of the analyses for this Assessment should be conducted on the confirmed infection numbers. You should use the dataset as it is without making any modifications to the downloaded file. Humdata.org. (2020). Novel Coronavirus (Covid-19) cases data. Retrieved from. https://data.humdata.org/dataset/novel-coronavirus-2019-ncov-cases [Accessed 05 August 2020]. 2. Data Analysis and Visualisation Using the dataset downloaded in the previous step, undertake a data analysis and visualisation of the top three infected countries. The top three infected countries should be selected based on the total count of infected people from 22 January 2020 to the latest date in your file. The analysis and the visualisation can be completed using the Python libraries of your choice i.e. Pyspark MLlib. You can use any other platform if you find it more efficient. The analysis and the visualisation should address the following sections collectively: a) Predictive Modelling In this section, fit a linear regression model to the time-series data for each of the three countries with an assumption that the infection rate has been increasing since the official record started. In this model, your dependent variable will be the count of infection for the independent variable (i.e., the week number). Please note, you should convert the time-series data and represent the dates in the form of a week number. For example, 22 January 2020 to 28 January 2020 will be Week 1, 29 January 2020 to 4 February 2020 will be Week 2, etc. Once all three linear regression models are ready, analyse the models thoroughly and identify the model with the highest variance. Select that country and its linear regression model and move to the next step. b) Clustering In this section, perform a K-Means clustering on the dataset used in the previous step for the country that had the highest amount of variance. In the previous step, one of the assumptions was that the infection rate has been increasing since the official record started. Clustering should help you to validate that https://data.humdata.org/dataset/novel-coronavirus-2019-ncov-cases BDA601_Assessment 3 Brief_Source Code and Presentation_Module 12 Page 3 of 7 assumption and most importantly, should help you discover a trend of infection count over a period. Determine the best value of K for K-Means clustering through iteration. Once the clusters stabilise, analyse the clusters thoroughly and observe the trend over time. For example, consider whether you had cluster/s at the top of the graph in the first weeks of January, whether the cluster/s came back down in the graphs in the following weeks and whether the cluster/s went up again. You will use these observations in the next step. c) Graph Analytics In this section, perform graph analytics and show the relationship between the country in question in the previous step and its neighbouring countries based on the weekly count of infection. Assume that the neighbouring countries do not share any borders with each other. To determine the neighbouring countries, you can either use the latitude and longitude information from the dataset or your own knowledge of geography and present a graphical view. As part of this analysis, assume that the neighbouring countries may also display similar cluster trends over a period (as seen in the previous step). In your video presentation, you will make recommendations to these neighbouring countries in relation to possible trends. d) Visualisation In this section, you are required to visualise your analytical findings (that you derived using the above steps). In big data and analytics projects, visualisation is an integral part of any analysis and often brings the analysis to life. Thus, ensure that you produce a high-quality visualisation, which you can use to tell stories and drill down from the raw data to the decision-making process. 3. Video Presentation After completing the whole data analysis and visualisation process, the outcomes need to be communicated to the neighbouring countries as identified in the previous step. Thus, you should prepare a video presentation summarising the insights discovered in the previous step. You should use 8–10 slides in your presentation and your presentation should be no longer than 10 minutes. This video presentation is related to the big data and analytics project phase ‘making decisions based on the analysis and insights’ (as described above). Thus, the contents of this video should be extremely helpful to the neighbouring countries as they make decisions about their COVID-19 policies. Consequently, as you communicate about possible trends of infection, ensure that you support your findings with any insights that you discovered through predictive modelling, BDA601_Assessment 3 Brief_Source Code and Presentation_Module 12 Page 4 of 7 clustering, graph analytics and visualisation. Tell a story to your listeners by presenting drilled- down views of your discoveries and by relating all the outcomes from the analysis that you completed in the previous steps: predictive modelling, clustering, graph analytics and visualisation. Submission Instructions • Zip the following files and submit the .zip files via the Assessment link in the main navigation menu in BDA601—Big Data and Analytics: o Python source code. (Ensure that you include comments at the top of the main file on how to execute your code); o Video presentation file; and o PDF slides used in video presentation. The Learning Facilitator will provide feedback via the Grade Centre in the LMS portal. Feedback can be viewed in My Grades. Academic Integrity Declaration I declare that except where referenced, the work I am submitting for this assessment task is my own work. I have read and am aware of the Academic Integrity Policy and Procedure of Torrens University, Australia, viewable online at http://www.torrens.edu.au/policies-and-forms. I am also aware that I need to keep a copy of all submitted material and any drafts and I agree to do so. http://www.torrens.edu.au/policies-and-forms BDA601_Assessment 3 Brief_Source Code and Presentation_Module 12 Page 5 of 7 Assessment Rubric Assessment Attributes Fail (Yet to Achieve Minimum Standard) 0–49% Pass (Functional) 50–64% Credit (Proficient) 65–74% Distinction (Advanced) 75–84% High Distinction (Exceptional) 85–100% Completeness and efficiency 25% None of the requirements are implemented. The system does not function properly or is extremely buggy. Requires an extreme level of manual configuration to run the system. Additionally, the configuration does not work. One or two major requirements are implemented. The system does not function properly. No exception handling implemented. Requires users to follow a lengthy configuration manual to run the system. All but one or two major requirements are implemented. The system functions only if certain additional conditions are met. Basic exception handling implemented, but it is not thorough. Requires users to follow a short configuration manual to run the system. Most of the major requirements are implemented. The system functions without any additional conditions having to be met. Basic exception handling implemented, but it is not thorough. Only requires users to copy the necessary data to the right locations. All of the major requirements are implemented. The system functions properly. Exceptions are handled very well. Users can run the system without any configuration. Analysis and insights 30% The analysis of the data is not accurate, thorough and appropriate. None of the analytical tasks are correlated. Statistical evidences are not embedded. The analysis of the data includes at least one accurate
Answered Same DayDec 01, 2021BDA601Torrens University Australia

Answer To: BDA601_Assessment 3 Brief_Source Code and Presentation_Module 12 Page 1 of 7 Task Summary Any...

Swapnil answered on Dec 02 2021
134 Votes
assign/.ipynb_checkpoints/assign-checkpoint.ipynb{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import numpy as np"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"import matplotlib.pyplot as plt"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
"data = pd.read_csv(\"data.csv\")"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"
Province/StateCountry/RegionLatLong1/22/201/23/201/24/201/25/201/26/201/27/20...11/22/2011/23/2011/24/2011/25/2011/26/2011/27/2011/28/2011/29/2011/30/2012/1/20
0NaNAfghanistan33.9391167.709953000000...44706449884528045490457164583945966462154649846717
1NaNAlbania41.1533020.168300000000...32761335563430034944356003624536790376253818239014
2NaNAlgeria28.033901.659600000000...74862758677700078025791108016881212822218319984152
3NaNAndorra42.506301.521800000000...6256630463516428653466106610671267456790
4NaNAngola-11.2027017.873900000000...14493146341474214821149201500815087151031513915251
\n",
"

5 rows × 319 columns

\n",
"
"
],
"text/plain": [
" Province/State Country/Region Lat Long 1/22/20 1/23/20 \\\n",
"0 NaN Afghanistan 33.93911 67.709953 0 0 \n",
"1 NaN Albania 41.15330 20.168300 0 0 \n",
"2 NaN Algeria 28.03390 1.659600 0 0 \n",
"3 NaN Andorra 42.50630 1.521800 0 0 \n",
"4 NaN Angola -11.20270 17.873900 0 0 \n",
"\n",
" 1/24/20 1/25/20 1/26/20 1/27/20 ... 11/22/20 11/23/20 11/24/20 \\\n",
"0 0 0 0 0 ... 44706 44988 45280 \n",
"1 0 0 0 0 ... 32761 33556 34300 \n",
"2 0 0 0 0 ... 74862 75867 77000 \n",
"3 0 0 0 0 ... 6256 6304 6351 \n",
"4 0 0 0 0 ... 14493 14634 14742 \n",
"\n",
" 11/25/20 11/26/20 11/27/20 11/28/20 11/29/20 11/30/20 12/1/20 \n",
"0 45490 45716 45839 45966 46215 46498 46717 \n",
"1 34944 35600 36245 36790 37625 38182 39014 \n",
"2 78025 79110 80168 81212 82221 83199 84152 \n",
"3 6428 6534 6610 6610 6712 6745 6790 \n",
"4 14821 14920 15008 15087 15103 15139 15251 \n",
"\n",
"[5 rows x 319 columns]"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"data.head()"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"
LatLong1/22/201/23/201/24/201/25/201/26/201/27/201/28/201/29/20...11/22/2011/23/2011/24/2011/25/2011/26/2011/27/2011/28/2011/29/2011/30/2012/1/20
count270.000000270.000000271.000000271.000000271.000000271.000000271.000000271.000000271.000000271.000000...2.710000e+022.710000e+022.710000e+022.710000e+022.710000e+022.710000e+022.710000e+022.710000e+022.710000e+022.710000e+02
mean20.95848524.0289762.0479702.4132843.4723255.2915137.81549810.80073820.58302622.756458...2.165702e+052.184956e+052.206669e+052.230032e+052.251485e+052.276284e+052.298381e+052.316341e+052.335019e+052.355684e+05
std25.08348171.57504327.02689927.12520433.76934546.99929065.68129588.495349217.167147218.495596...1.028856e+061.038547e+061.048863e+061.060017e+061.067840e+061.079703e+061.089727e+061.098194e+061.107262e+061.116992e+06
min-51.796300-135.0000000.0000000.0000000.0000000.0000000.0000000.0000000.0000000.000000...0.000000e+000.000000e+000.000000e+000.000000e+000.000000e+000.000000e+000.000000e+000.000000e+000.000000e+000.000000e+00
25%6.473816-15.2776750.0000000.0000000.0000000.0000000.0000000.0000000.0000000.000000...5.930000e+025.930000e+025.985000e+026.005000e+026.050000e+026.065000e+026.090000e+026.095000e+026.100000e+026.150000e+02
50%22.23335020.9726500.0000000.0000000.0000000.0000000.0000000.0000000.0000000.000000...6.450000e+036.475000e+036.488000e+036.503000e+036.570000e+036.610000e+036.630000e+036.712000e+036.745000e+036.790000e+03
75%41.14320083.3804490.0000000.0000000.0000000.0000000.0000000.0000000.0000000.000000...8.720800e+048.754100e+048.811450e+048.874600e+048.941100e+049.020150e+049.147850e+049.286850e+049.374100e+049.447900e+04
max71.706900178.065000444.000000444.000000549.000000761.0000001058.0000001423.0000003554.0000003554.000000...1.224677e+071.241823e+071.259116e+071.277265e+071.288326e+071.308882e+071.324442e+071.338332e+071.354122e+071.372130e+07
\n",
"

8 rows × 317 columns

\n",
"
"
],
"text/plain": [
" Lat Long 1/22/20 1/23/20 1/24/20 1/25/20 \\\n",
"count 270.000000 270.000000 271.000000 271.000000 271.000000 271.000000 \n",
"mean 20.958485 24.028976 2.047970 2.413284 3.472325 5.291513 \n",
"std 25.083481 71.575043 27.026899 27.125204 33.769345 46.999290 \n",
"min -51.796300 -135.000000 0.000000 0.000000 0.000000 0.000000 \n",
"25% 6.473816 -15.277675 0.000000 0.000000 0.000000 0.000000 \n",
"50% 22.233350 20.972650 0.000000 0.000000 0.000000 0.000000 \n",
"75% 41.143200 83.380449 0.000000 0.000000 0.000000 0.000000 \n",
"max 71.706900 178.065000 444.000000 444.000000 549.000000 761.000000 \n",
"\n",
" 1/26/20 1/27/20 1/28/20 1/29/20 ... \\\n",
"count 271.000000 271.000000 271.000000 271.000000 ... \n",
"mean 7.815498 10.800738 20.583026 22.756458 ... \n",
"std 65.681295 88.495349 217.167147 218.495596 ... \n",
"min 0.000000 0.000000 0.000000 0.000000 ... \n",
"25% 0.000000 0.000000 0.000000 0.000000 ... \n",
"50% 0.000000 0.000000 0.000000 0.000000 ... \n",
"75% 0.000000 0.000000 0.000000 0.000000 ... \n",
"max 1058.000000 1423.000000 3554.000000 3554.000000 ... \n",
"\n",
" 11/22/20 11/23/20 11/24/20 11/25/20 11/26/20 \\\n",
"count 2.710000e+02 2.710000e+02 2.710000e+02 2.710000e+02 2.710000e+02 \n",
"mean 2.165702e+05 2.184956e+05 2.206669e+05 2.230032e+05 2.251485e+05 \n",
"std 1.028856e+06 1.038547e+06 1.048863e+06 1.060017e+06 1.067840e+06 \n",
"min 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 \n",
"25% 5.930000e+02 5.930000e+02 5.985000e+02 6.005000e+02 6.050000e+02 \n",
"50% 6.450000e+03 6.475000e+03 6.488000e+03 6.503000e+03 6.570000e+03 \n",
"75% 8.720800e+04 8.754100e+04 8.811450e+04 8.874600e+04 8.941100e+04 \n",
"max 1.224677e+07 1.241823e+07 1.259116e+07 1.277265e+07 1.288326e+07 \n",
"\n",
" 11/27/20 11/28/20 11/29/20 11/30/20 12/1/20 \n",
"count 2.710000e+02 2.710000e+02 2.710000e+02 2.710000e+02 2.710000e+02 \n",
"mean 2.276284e+05 2.298381e+05 2.316341e+05 2.335019e+05 2.355684e+05 \n",
"std 1.079703e+06 1.089727e+06 1.098194e+06 1.107262e+06 1.116992e+06 \n",
"min 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 \n",
"25% 6.065000e+02 6.090000e+02 6.095000e+02 6.100000e+02 6.150000e+02 \n",
"50% 6.610000e+03 6.630000e+03 6.712000e+03 6.745000e+03 6.790000e+03 \n",
"75% 9.020150e+04 9.147850e+04 9.286850e+04 9.374100e+04 9.447900e+04 \n",
"max 1.308882e+07 1.324442e+07 1.338332e+07 1.354122e+07 1.372130e+07 \n",
"\n",
"[8 rows x 317 columns]"
]
},
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"data.describe()"
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"
Province/StateCountry/RegionLatLong1/22/201/23/201/24/201/25/201/26/201/27/20...11/22/2011/23/2011/24/2011/25/2011/26/2011/27/2011/28/2011/29/2011/30/2012/1/20
266NaNWest Bank and Gaza31.95220035.233200000000...71644731967500776727784938042981890835858564788004
267NaNWestern Sahara24.215500-12.885800000000...10101010101010101010
268NaNYemen15.55272748.516388000000...2099210721142124213721482160217721912197
269NaNZambia-13.13389727.849332000000...17424174541746617535175531756917589176081764717665
270NaNZimbabwe-19.01543829.154857000000...92209308939895089623971498229822995010129
\n",
"

5 rows × 319 columns

\n",
"
"
],
"text/plain": [
" Province/State Country/Region Lat Long 1/22/20 \\\n",
"266 NaN West Bank and Gaza 31.952200 35.233200 0 \n",
"267 NaN Western Sahara 24.215500 -12.885800 0 \n",
"268 NaN Yemen 15.552727 48.516388 0 \n",
"269 NaN Zambia -13.133897 27.849332 0 \n",
"270 NaN Zimbabwe -19.015438 29.154857 0 \n",
"\n",
" 1/23/20 1/24/20 1/25/20 1/26/20 1/27/20 ... 11/22/20 11/23/20 \\\n",
"266 0 0 0 0 0 ... 71644 73196 \n",
"267 0 0 0 0 0 ... 10 10 \n",
"268 0 0 0 0 0 ... 2099 2107 \n",
"269 0 0 0 0 0 ... 17424 17454 \n",
"270 0 0 0 0 0 ... 9220 9308 \n",
"\n",
" 11/24/20 11/25/20 11/26/20 11/27/20 11/28/20 11/29/20 11/30/20 \\\n",
"266 75007 76727 78493 80429 81890 83585 85647 \n",
"267 10 10 10 10 10 10 10 \n",
"268 2114 2124 2137 2148 2160 2177 2191 \n",
"269 17466 17535 17553 17569 17589 17608 17647 \n",
"270 9398 9508 9623 9714 9822 9822 9950 \n",
"\n",
" 12/1/20 \n",
"266 88004 \n",
"267 10 \n",
"268 2197 \n",
"269 17665 \n",
"270 10129 \n",
"\n",
"[5 rows x 319 columns]"
]
},
"execution_count": 12,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"data.tail()"
]
},
{
"cell_type": "code",
"execution_count": 13,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"
Province/StateCountry/RegionLatLong1/22/201/23/201/24/201/25/201/26/201/27/20...11/22/2011/23/2011/24/2011/25/2011/26/2011/27/2011/28/2011/29/2011/30/2012/1/20
0NaNAfghanistan33.9391167.709953000000...44706449884528045490457164583945966462154649846717
1NaNAlbania41.1533020.168300000000...32761335563430034944356003624536790376253818239014
2NaNAlgeria28.033901.659600000000...74862758677700078025791108016881212822218319984152
\n",
"

3 rows × 319 columns

\n",
"
"
],
"text/plain": [
" Province/State Country/Region Lat Long 1/22/20 1/23/20 \\\n",
"0 NaN Afghanistan 33.93911 67.709953 0 0 \n",
"1 NaN Albania 41.15330 20.168300 0 0 \n",
"2 NaN Algeria 28.03390 1.659600 0 0 \n",
"\n",
" 1/24/20 1/25/20 1/26/20 1/27/20 ... 11/22/20 11/23/20 11/24/20 \\\n",
"0 0 0 0 0 ... 44706 44988 45280 \n",
"1 0 0 0 0 ... 32761 33556 34300 \n",
"2 0 0 0 0 ... 74862 75867 77000 \n",
"\n",
" 11/25/20 11/26/20 11/27/20 11/28/20 11/29/20 11/30/20 12/1/20 \n",
"0 45490 45716 45839 45966 46215 46498 46717 \n",
"1 34944 35600 36245 36790 37625 38182 39014 \n",
"2 78025 79110 80168 81212 82221 83199 84152 \n",
"\n",
"[3 rows x 319 columns]"
]
},
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"data.head(3)"
]
},
{
"cell_type": "code",
"execution_count": 14,
"metadata": {},
"outputs": [],
"source": [
"from sklearn.linear_model import LinearRegression"
]
},
{
"cell_type": "code",
"execution_count": 15,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"
date_givenweek_number
02020-02-299
12020-03-3114
22020-04-3018
32020-05-3122
42020-06-3027
\n",
"
"
],
"text/plain": [
" date_given week_number\n",
"0 2020-02-29 9\n",
"1 2020-03-31 14\n",
"2 2020-04-30 18\n",
"3 2020-05-31 22\n",
"4 2020-06-30 27"
]
},
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"dates = pd.Series(pd.date_range('2020-02-12', \n",
" periods = 5, \n",
" freq ='M')) \n",
"data = pd.DataFrame({'date_given': dates}) \n",
"data['week_number'] = data['date_given'].dt.week \n",
"data"
]
},
{
"cell_type": "code",
"execution_count": 21,
"metadata": {},
"outputs": [],
"source": [
"from sklearn.datasets import make_blobs\n",
"from sklearn.cluster import KMeans"
]
},
{
"cell_type": "code",
"execution_count": 25,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"
Province/StateCountry/RegionLatLong1/22/201/23/201/24/201/25/201/26/201/27/20...11/22/2011/23/2011/24/2011/25/2011/26/2011/27/2011/28/2011/29/2011/30/2012/1/20
0NaNAfghanistan33.9391167.709953000000...44706449884528045490457164583945966462154649846717
1NaNAlbania41.1533020.168300000000...32761335563430034944356003624536790376253818239014
2NaNAlgeria28.033901.659600000000...74862758677700078025791108016881212822218319984152
3NaNAndorra42.506301.521800000000...6256630463516428653466106610671267456790
4NaNAngola-11.2027017.873900000000...14493146341474214821149201500815087151031513915251
\n",
"

5 rows × 319 columns

\n",
"
"
],
"text/plain": [
" Province/State Country/Region Lat Long 1/22/20 1/23/20 \\\n",
"0 NaN Afghanistan 33.93911 67.709953 0 0 \n",
"1 NaN Albania 41.15330 20.168300 0 0 \n",
"2 NaN Algeria 28.03390 1.659600 0 0 \n",
"3 NaN Andorra 42.50630 1.521800 0 0 \n",
"4 NaN Angola -11.20270 17.873900 0 0 \n",
"\n",
" 1/24/20 1/25/20 1/26/20 1/27/20 ... 11/22/20 11/23/20 11/24/20 \\\n",
"0 0 0 0 0 ... 44706 44988 45280 \n",
"1 0 0 0 0 ... 32761 33556 34300 \n",
"2 0 0 0 0 ... 74862 75867 77000 \n",
"3 0 0 0 0 ... 6256 6304 6351 \n",
"4 0 0 0 0 ... 14493 14634 14742 \n",
"\n",
" 11/25/20 11/26/20 11/27/20 11/28/20 11/29/20 11/30/20 12/1/20 \n",
"0 45490 45716 45839 45966 46215 46498 46717 \n",
"1 34944 35600 36245 36790 37625 38182 39014 \n",
"2 78025 79110 80168 81212 82221 83199 84152 \n",
"3 6428 6534 6610 6610 6712 6745 6790 \n",
"4 14821 14920 15008 15087 15103 15139 15251 \n",
"\n",
"[5 rows x 319 columns]"
]
},
"execution_count": 25,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"data = pd.read_csv('data.csv')\n",
"data.head()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
assign/assign.ipynb{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import numpy as np"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"import matplotlib.pyplot as plt"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
"data = pd.read_csv(\"data.csv\")"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"
Province/StateCountry/RegionLatLong1/22/201/23/201/24/201/25/201/26/201/27/20...11/22/2011/23/2011/24/2011/25/2011/26/2011/27/2011/28/2011/29/2011/30/2012/1/20
0NaNAfghanistan33.9391167.709953000000...44706449884528045490457164583945966462154649846717
1NaNAlbania41.1533020.168300000000...32761335563430034944356003624536790376253818239014
2NaNAlgeria28.033901.659600000000...74862758677700078025791108016881212822218319984152
3NaNAndorra42.506301.521800000000...6256630463516428653466106610671267456790
4NaNAngola-11.2027017.873900000000...14493146341474214821149201500815087151031513915251
\n",
"

5 rows × 319 columns

\n",
"
"
],
"text/plain": [
" Province/State Country/Region Lat Long 1/22/20 1/23/20 \\\n",
"0 NaN Afghanistan 33.93911 67.709953 0 0 \n",
"1 NaN Albania 41.15330 20.168300 0 0 \n",
"2 NaN Algeria 28.03390 1.659600 0 0 \n",
"3 NaN Andorra 42.50630 1.521800 0 0 \n",
"4 NaN Angola -11.20270 17.873900 0 0 \n",
"\n",
" 1/24/20 1/25/20 1/26/20 1/27/20 ... 11/22/20 11/23/20 11/24/20 \\\n",
"0 0 0 0 0 ... 44706 44988 45280 \n",
"1 0 0 0 0 ... 32761 33556 34300 \n",
"2 0 0 0 0 ... 74862 75867 77000 \n",
"3 0 0 0 0 ... 6256 6304 6351 \n",
"4 0 0 0 0 ... 14493 14634 14742 \n",
"\n",
" 11/25/20 11/26/20 11/27/20 11/28/20 11/29/20 11/30/20 12/1/20 \n",
"0 45490 45716 45839 45966 46215 46498 46717 \n",
"1 34944 35600 36245 36790 37625 38182 39014 \n",
"2 78025 79110 80168 81212 82221 83199 84152 \n",
"3 6428 6534 6610 6610 6712 6745 6790 \n",
"4 14821 14920 15008 15087 15103 15139 15251 \n",
"\n",
"[5 rows x 319 columns]"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"data.head()"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"
LatLong1/22/201/23/201/24/201/25/201/26/201/27/201/28/201/29/20...11/22/2011/23/2011/24/2011/25/2011/26/2011/27/2011/28/2011/29/2011/30/2012/1/20
count270.000000270.000000271.000000271.000000271.000000271.000000271.000000271.000000271.000000271.000000...2.710000e+022.710000e+022.710000e+022.710000e+022.710000e+022.710000e+022.710000e+022.710000e+022.710000e+022.710000e+02
mean20.95848524.0289762.0479702.4132843.4723255.2915137.81549810.80073820.58302622.756458...2.165702e+052.184956e+052.206669e+052.230032e+052.251485e+052.276284e+052.298381e+052.316341e+052.335019e+052.355684e+05
std25.08348171.57504327.02689927.12520433.76934546.99929065.68129588.495349217.167147218.495596...1.028856e+061.038547e+061.048863e+061.060017e+061.067840e+061.079703e+061.089727e+061.098194e+061.107262e+061.116992e+06
min-51.796300-135.0000000.0000000.0000000.0000000.0000000.0000000.0000000.0000000.000000...0.000000e+000.000000e+000.000000e+000.000000e+000.000000e+000.000000e+000.000000e+000.000000e+000.000000e+000.000000e+00
25%6.473816-15.2776750.0000000.0000000.0000000.0000000.0000000.0000000.0000000.000000...5.930000e+025.930000e+025.985000e+026.005000e+026.050000e+026.065000e+026.090000e+026.095000e+026.100000e+026.150000e+02
50%22.23335020.9726500.0000000.0000000.0000000.0000000.0000000.0000000.0000000.000000...6.450000e+036.475000e+036.488000e+036.503000e+036.570000e+036.610000e+036.630000e+036.712000e+036.745000e+036.790000e+03
75%41.14320083.3804490.0000000.0000000.0000000.0000000.0000000.0000000.0000000.000000...8.720800e+048.754100e+048.811450e+048.874600e+048.941100e+049.020150e+049.147850e+049.286850e+049.374100e+049.447900e+04
max71.706900178.065000444.000000444.000000549.000000761.0000001058.0000001423.0000003554.0000003554.000000...1.224677e+071.241823e+071.259116e+071.277265e+071.288326e+071.308882e+071.324442e+071.338332e+071.354122e+071.372130e+07
\n",
"

8 rows × 317 columns

\n",
"
"
],
"text/plain": [
" Lat Long 1/22/20 1/23/20 1/24/20 1/25/20 \\\n",
"count 270.000000 270.000000 271.000000 271.000000 271.000000 271.000000 \n",
"mean 20.958485 24.028976 2.047970 2.413284 3.472325 5.291513 \n",
"std 25.083481 71.575043 27.026899 27.125204 33.769345 46.999290 \n",
"min -51.796300 -135.000000 0.000000 0.000000 0.000000 0.000000 \n",
"25% 6.473816 -15.277675 0.000000 0.000000 0.000000 0.000000 \n",
"50% 22.233350 20.972650 0.000000 0.000000 0.000000 0.000000 \n",
"75% 41.143200 83.380449 0.000000 0.000000 0.000000 0.000000 \n",
"max 71.706900 178.065000 444.000000 444.000000 549.000000 761.000000 \n",
"\n",
" 1/26/20 1/27/20 1/28/20 1/29/20 ... \\\n",
"count 271.000000 271.000000 271.000000 271.000000 ... \n",
"mean 7.815498 10.800738 20.583026 22.756458 ... \n",
"std 65.681295 88.495349 217.167147 218.495596 ... \n",
"min 0.000000 0.000000 0.000000 0.000000 ... \n",
"25% 0.000000 0.000000 0.000000 0.000000 ... \n",
"50% 0.000000 0.000000 0.000000 0.000000 ... \n",
"75% 0.000000 0.000000 0.000000 0.000000 ... \n",
"max 1058.000000 1423.000000 3554.000000 3554.000000 ... \n",
"\n",
" 11/22/20 11/23/20 11/24/20 11/25/20 11/26/20 \\\n",
"count 2.710000e+02 2.710000e+02 2.710000e+02 2.710000e+02 2.710000e+02 \n",
"mean 2.165702e+05 2.184956e+05 2.206669e+05 2.230032e+05 2.251485e+05 \n",
"std 1.028856e+06 1.038547e+06 1.048863e+06 1.060017e+06 1.067840e+06 \n",
"min 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 \n",
"25% 5.930000e+02 5.930000e+02 5.985000e+02 6.005000e+02 6.050000e+02 \n",
"50% 6.450000e+03 6.475000e+03 6.488000e+03 6.503000e+03 6.570000e+03 \n",
"75% 8.720800e+04 8.754100e+04 8.811450e+04 8.874600e+04 8.941100e+04 \n",
"max 1.224677e+07 1.241823e+07 1.259116e+07 1.277265e+07 1.288326e+07 \n",
"\n",
" 11/27/20 11/28/20 11/29/20 11/30/20 12/1/20 \n",
"count 2.710000e+02 2.710000e+02 2.710000e+02 2.710000e+02 2.710000e+02 \n",
"mean 2.276284e+05 2.298381e+05 2.316341e+05 2.335019e+05 2.355684e+05 \n",
"std 1.079703e+06 1.089727e+06 1.098194e+06 1.107262e+06 1.116992e+06 \n",
"min 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 \n",
"25% 6.065000e+02 6.090000e+02 6.095000e+02 6.100000e+02 6.150000e+02 \n",
"50% 6.610000e+03 6.630000e+03 6.712000e+03 6.745000e+03 6.790000e+03 \n",
"75% 9.020150e+04 9.147850e+04 9.286850e+04 9.374100e+04 9.447900e+04 \n",
"max 1.308882e+07 1.324442e+07 1.338332e+07 1.354122e+07 1.372130e+07 \n",
"\n",
"[8 rows x 317 columns]"
]
},
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"data.describe()"
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"
Province/StateCountry/RegionLatLong1/22/201/23/201/24/201/25/201/26/201/27/20...11/22/2011/23/2011/24/2011/25/2011/26/2011/27/2011/28/2011/29/2011/30/2012/1/20
266NaNWest Bank and Gaza31.95220035.233200000000...71644731967500776727784938042981890835858564788004
267NaNWestern Sahara24.215500-12.885800000000...10101010101010101010
268NaNYemen15.55272748.516388000000...2099210721142124213721482160217721912197
269NaNZambia-13.13389727.849332000000...17424174541746617535175531756917589176081764717665
270NaNZimbabwe-19.01543829.154857000000...92209308939895089623971498229822995010129
\n",
"

5 rows × 319 columns

\n",
"
"
],
"text/plain": [
" Province/State Country/Region Lat Long 1/22/20 \\\n",
"266 NaN West Bank and Gaza 31.952200 35.233200 0 \n",
"267 NaN Western Sahara 24.215500 -12.885800 0 \n",
"268 NaN Yemen 15.552727 48.516388 0 \n",
"269 NaN Zambia -13.133897 27.849332 0 \n",
"270 NaN Zimbabwe -19.015438 29.154857 0 \n",
"\n",
" 1/23/20 1/24/20 1/25/20 1/26/20 1/27/20 ... 11/22/20 11/23/20 \\\n",
"266 0 0 0 0 0 ... 71644 73196 \n",
"267 0 0 0 0 0 ... 10 10 \n",
"268 0 0 0 0 0 ... 2099 2107 \n",
"269 0 0 0 0 0 ... 17424 17454 \n",
"270 0 0 0 0 0 ... 9220 9308 \n",
"\n",
" 11/24/20 11/25/20 11/26/20 11/27/20 11/28/20 11/29/20 11/30/20 \\\n",
"266 75007 76727 78493 80429 81890 83585 85647 \n",
"267 10 10 10 10 10 10 10 \n",
"268 2114 2124 2137 2148 2160 2177 2191 \n",
"269 17466 17535 17553 17569 17589 17608 17647 \n",
"270 9398 9508 9623 9714 9822 9822 9950 \n",
"\n",
" 12/1/20 \n",
"266 88004 \n",
"267 10 \n",
"268 2197 \n",
"269 17665 \n",
"270 10129 \n",
"\n",
"[5 rows x 319 columns]"
]
},
"execution_count": 12,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"data.tail()"
]
},
{
"cell_type": "code",
"execution_count": 13,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"
Province/StateCountry/RegionLatLong1/22/201/23/201/24/201/25/201/26/201/27/20...11/22/2011/23/2011/24/2011/25/2011/26/2011/27/2011/28/2011/29/2011/30/2012/1/20
0NaNAfghanistan33.9391167.709953000000...44706449884528045490457164583945966462154649846717
1NaNAlbania41.1533020.168300000000...32761335563430034944356003624536790376253818239014
2NaNAlgeria28.033901.659600000000...74862758677700078025791108016881212822218319984152
\n",
"

3 rows × 319 columns

\n",
"
"
],
"text/plain": [
" Province/State Country/Region Lat Long 1/22/20 1/23/20 \\\n",
"0 NaN Afghanistan 33.93911 67.709953 0 0 \n",
"1 NaN Albania 41.15330 20.168300 0 0 \n",
"2 NaN Algeria 28.03390 1.659600 0 0 \n",
"\n",
" 1/24/20 1/25/20 1/26/20 1/27/20 ... 11/22/20 11/23/20 11/24/20 \\\n",
"0 0 0 0 0 ... 44706 44988 45280 \n",
"1 0 0 0 0 ... 32761 33556 34300 \n",
"2 0 0 0 0 ... 74862 75867 77000 \n",
"\n",
" 11/25/20 11/26/20 11/27/20 11/28/20 11/29/20 11/30/20 12/1/20 \n",
"0 45490 45716 45839 45966 46215 46498 46717 \n",
"1 34944 35600 36245 36790 37625 38182 39014 \n",
"2 78025 79110 80168 81212 82221 83199 84152 \n",
"\n",
"[3 rows x 319 columns]"
]
},
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"data.head(3)"
]
},
{
"cell_type": "code",
"execution_count": 14,
"metadata": {},
"outputs": [],
"source": [
"from sklearn.linear_model import LinearRegression"
]
},
{
"cell_type": "code",
"execution_count": 15,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"
date_givenweek_number
02020-02-299
12020-03-3114
22020-04-3018
32020-05-3122
42020-06-3027
\n",
"
"
],
"text/plain": [
" date_given week_number\n",
"0 2020-02-29 9\n",
"1 2020-03-31 14\n",
"2 2020-04-30 18\n",
"3 2020-05-31 22\n",
"4 2020-06-30 27"
]
},
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"dates = pd.Series(pd.date_range('2020-02-12', \n",
" periods = 5, \n",
" freq ='M')) \n",
"data = pd.DataFrame({'date_given': dates}) \n",
"data['week_number'] = data['date_given'].dt.week \n",
"data"
]
},
{
"cell_type": "code",
"execution_count": 21,
"metadata": {},
"outputs": [],
"source": [
"from sklearn.datasets import make_blobs\n",
"from sklearn.cluster import KMeans"
]
},
{
"cell_type": "code",
"execution_count": 25,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"
Province/StateCountry/RegionLatLong1/22/201/23/201/24/201/25/201/26/201/27/20...11/22/2011/23/2011/24/2011/25/2011/26/2011/27/2011/28/2011/29/2011/30/2012/1/20
0NaNAfghanistan33.9391167.709953000000...44706449884528045490457164583945966462154649846717
1NaNAlbania41.1533020.168300000000...32761335563430034944356003624536790376253818239014
2NaNAlgeria28.033901.659600000000...74862758677700078025791108016881212822218319984152
3NaNAndorra42.506301.521800000000...6256630463516428653466106610671267456790
4NaNAngola-11.2027017.873900000000...14493146341474214821149201500815087151031513915251
\n",
"

5 rows × 319 columns

\n",
"
"
],
"text/plain": [
" Province/State Country/Region Lat Long 1/22/20 1/23/20 \\\n",
"0 NaN Afghanistan 33.93911 67.709953 0 0 \n",
"1 NaN Albania 41.15330 20.168300 0 0 \n",
"2 NaN Algeria 28.03390 1.659600 0 0 \n",
"3 NaN Andorra 42.50630 1.521800 0 0 \n",
"4 NaN Angola -11.20270 17.873900 0 0 \n",
"\n",
" 1/24/20 1/25/20 1/26/20 1/27/20 ... 11/22/20 11/23/20 11/24/20 \\\n",
"0 0 0 0 0 ... 44706 44988 45280 \n",
"1 0 0 0 0 ... 32761 33556 34300 \n",
"2 0 0 0 0 ... 74862 75867 77000 \n",
"3 0 0 0 0 ... 6256 6304 6351 \n",
"4 0 0 0 0 ... 14493 14634 14742 \n",
"\n",
" 11/25/20 11/26/20 11/27/20 11/28/20 11/29/20 11/30/20 12/1/20 \n",
"0 45490 45716 45839 45966 46215 46498 46717 \n",
"1 34944 35600 36245 36790 37625 38182 39014 \n",
"2 78025 79110 80168 81212 82221 83199 84152 \n",
"3 6428 6534 6610 6610 6712 6745 6790 \n",
"4 14821 14920 15008 15087 15103 15139 15251 \n",
"\n",
"[5 rows x 319 columns]"
]
},
"execution_count": 25,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"data = pd.read_csv('data.csv')\n",
"data.head()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
assign/assignmentpdf.pdf

BDA601_Assessment 3 Brief_Source Code and Presentation_Module 12 Page 1 of 7
Task Summary
Any enterprise-level, big-data, analytics project aimed at solving a real-world problem will generally
comprise three phases:
1. Data preparation;
2. Data analysis and visualisation; and
3. Making decisions based on the analysis or insights.
In this Assessment, you will help the global community in its fight against COVID-19 by discovering
meaningful insights in a dataset compiled by the Johns Hopkins University Center for Systems Science
and Engineering.
Given the significance of the issue, you will slice and dice the data using different methods and drill
down to gain insights that will help the individuals concerned make the right decisions.
Please refer to the Task Instructions (below) for details on how to complete this task.
Task Instructions
1. Dataset Preparation
The Johns Hopkins University COVID-19 dataset is a time-series dataset that officially began
recording the global number of confirmed infections, deaths and recovered patients on
ASSESSMENT 3 BRIEF
Subject Code and Title BDA601—Big Data and Analytics
Assessment Model Evaluation
Individual/Group Individual
Length Source Code and Presentation (7–10 minutes)
Learning Outcomes The Subject Learning Outcomes demonstrated by the successful
completion of the task below include:
c) Apply data science principles to the cleaning, manipulation and
visualisation of data;
d) Design analytical models based on a given problem; and
e) Effectively report and communicate findings to an appropriate
audience.
Submission Due by 11.55 pm AEST on the Sunday at the end of Module 12.
Weighting 40%
Total Marks 100 marks
BDA601_Assessment 3 Brief_Source Code and Presentation_Module 12 Page 2 of 7

22 January 2020. The fields available in the dataset include the Province/State,
Country/Region, the Latitude and Longitude of a country and the dates. The data period runs
from 22 January 2020 to present.
In this Assessment, you are required to work with the latest version of this dataset (the version
you use will depend on the day you download it). The dataset can be found at the URL
provided below.
For this Assessment, you are only required to download the dataset related to confirmed
infection numbers (i.e., only download the file named:
time_series_covid19_confirmed_global.csv).
All of the analyses for this Assessment should be conducted on the confirmed infection
numbers. You should use the dataset as it is without making any modifications to the
downloaded file.
Humdata.org. (2020). Novel Coronavirus (Covid-19) cases data. Retrieved from.
https://data.humdata.org/dataset/novel-coronavirus-2019-ncov-cases [Accessed 05 August 2020].
2. Data Analysis and Visualisation
Using the dataset downloaded in the previous step, undertake a data analysis and
visualisation of the top three infected countries.
The top three infected countries should be selected based on the total count of infected
people from 22 January 2020 to the latest date in your file.
The analysis and the visualisation can be completed using the Python libraries of your choice
i.e. Pyspark MLlib. You can use any other platform if you find it more efficient. The analysis
and the visualisation should address the following sections collectively:
a) Predictive Modelling
In this section, fit a linear regression model to the time-series data for each of the
three countries with an assumption that the infection rate has been increasing since
the official record started. In this model, your dependent variable will be the count of
infection for the independent variable (i.e., the week number).
Please note, you should convert the time-series data and represent the dates in the
form of a week number. For example, 22 January 2020 to 28 January 2020 will be
Week 1, 29 January 2020 to 4 February 2020 will be Week 2, etc.
Once all three linear regression models are ready, analyse the models thoroughly and
identify the model with the highest variance. Select that country and its linear
regression model and move to the next step.
b) Clustering
In this section, perform a K-Means clustering on the dataset used in the previous step
for the country that had the highest amount of variance.
In the previous step, one of the assumptions was that the infection rate has been
increasing since the official record started. Clustering should help you to validate that
https://data.humdata.org/dataset/novel-coronavirus-2019-ncov-cases

BDA601_Assessment 3 Brief_Source Code and Presentation_Module 12 Page 3 of 7

assumption and most importantly, should help you discover a trend of infection count
over a period.
Determine the best value of K for K-Means clustering through iteration. Once the
clusters stabilise, analyse the clusters thoroughly and observe the trend over time.
For example, consider whether you had cluster/s at the top of the graph in the first
weeks of January, whether the cluster/s came back down in the graphs in the
following weeks and whether the cluster/s went up again. You will use these
observations in the next step.
c) Graph Analytics
In this section, perform graph analytics and show the relationship between the
country in question in the previous step and its neighbouring countries based on the
weekly count of infection. Assume that the neighbouring countries do not share any
borders with each other.
To determine the neighbouring countries, you can either use the latitude and
longitude information from the dataset or your own knowledge of geography and
present a graphical view.
As part of this analysis, assume that the neighbouring countries may also display
similar cluster trends over a period (as seen in the previous step). In your video
presentation, you will make recommendations to these neighbouring countries in
relation to possible trends.
d) Visualisation
In this section, you are required to visualise your analytical findings (that you derived
using the above steps).
In big data and analytics projects, visualisation is an integral part of any analysis and
often brings the analysis to life. Thus, ensure that you produce a high-quality
visualisation, which you can use to tell stories and drill down from the raw data to the
decision-making process.
3. Video Presentation
After completing the whole data analysis and visualisation process, the outcomes need to be
communicated to the neighbouring countries as identified in the previous step. Thus, you
should prepare a video presentation summarising the insights discovered in the previous step.
You should use 8–10 slides in your presentation and your presentation should be no longer
than 10 minutes.
This video presentation is related to the big data and analytics project phase ‘making decisions
based on the analysis and insights’ (as described above). Thus, the contents of this video
should be extremely helpful to the neighbouring countries as they make decisions about their
COVID-19 policies.
Consequently, as you communicate about possible trends of infection, ensure that you
support your findings with any insights that you discovered through predictive modelling,
BDA601_Assessment 3 Brief_Source Code and Presentation_Module 12 Page 4 of 7

clustering, graph analytics and visualisation. Tell a story to your listeners by presenting drilled-
down views of your discoveries and by relating all the outcomes from the analysis that you
completed in the previous steps: predictive modelling, clustering, graph analytics and
visualisation.
Submission Instructions
• Zip the following files and submit the .zip files via the Assessment link in the main
navigation menu in BDA601—Big Data and Analytics:
o Python source code. (Ensure that you include comments at the top of the main file on
how to execute your code);
o Video presentation file; and
o PDF slides used in video presentation.
The Learning Facilitator will provide feedback via the Grade Centre in the LMS portal. Feedback can
be viewed in My Grades.
Academic Integrity Declaration
I declare that except where referenced, the work I am submitting for this assessment task is my own
work. I have read and am aware of the Academic Integrity Policy and Procedure of Torrens University,
Australia, viewable online at http://www.torrens.edu.au/policies-and-forms.
I am also aware that I need to keep a copy of all submitted material and any drafts and I agree to do
so.
http://www.torrens.edu.au/policies-and-forms

BDA601_Assessment 3 Brief_Source Code and Presentation_Module 12 Page 5 of 7

Assessment Rubric
Assessment
Attributes
Fail
(Yet to Achieve
Minimum Standard)
0–49%
Pass
(Functional)
50–64%
Credit
(Proficient)
65–74%
Distinction
(Advanced)
75–84%
High Distinction
(Exceptional)
85–100%

Completeness and
efficiency

25%

None of the requirements
are implemented.


The system does not
function properly or is
extremely buggy.




Requires an extreme level
of manual configuration
to run the system.
Additionally, the
configuration does not
work.

One or two major
requirements are
implemented.

The system does not function
properly. No exception
handling implemented.




Requires users to follow a
lengthy configuration manual
to run the system.

All but one or two major
requirements are
implemented.

The system functions only if
certain additional
conditions are met. Basic
exception handling
implemented, but it is not
thorough.

Requires users to follow a
short configuration manual
to run the system.


Most of the major
requirements are
implemented.

The system functions
without any additional
conditions having to be
met. Basic exception
handling implemented, but
it is not thorough.

Only requires users to copy
the necessary data to the
right locations.


All of the major
requirements are
implemented.

The system functions
properly. Exceptions are
handled very well.




Users can run the system
without any configuration.

Analysis and insights

30%
The analysis of the data is
not accurate, thorough
and appropriate.



None of the analytical
tasks are correlated.

Statistical evidences are
not embedded.

The analysis of the data
includes at least one
accurate, thorough and
appropriate insight for each
section.

All of the analytical tasks are
somewhat correlated.

Statistical evidences are
loosely embedded.

The analysis of the data is
mostly accurate, thorough
and appropriate.



All of the analytical tasks
are strongly correlated.

Statistical evidences are
highly embedded.

The analysis of the data is
completely accurate,
thorough and appropriate.



All of the analytical tasks
are solidly correlated.

Statistical evidences are
heavily embedded.

The analysis of the data is
extraordinarily accurate,
thorough and appropriate.



All of the analytical tasks
are remarkably correlated.

Statistical evidences are
acutely embedded.
BDA601_Assessment 3 Brief_Source Code and Presentation_Module 12 Page 6 of 7

No meaningful insights
were produced.
A few good insights were
produced.
Strong insights were
produced.
Solid insights were
produced.
Thought-provoking insights
were produced.
Visualisation and
creativity

20%
Poor synthesis of
information from the data
source resulting in
incorrect points of views.

Basic use of graphics that
is not understandable.


Poor use of colours or
patterns.

Synthesises basic information
from the data source
resulting in a few correct
points of view.

Basic use of graphics that is
somewhat understandable.


General use of colours or
patterns.
Synthesises adequate
information from the data
source resulting in mostly
correct points of view.

Somewhat inventive use of
graphics that is mostly
understandable.

Good use of colours or
patterns.
Synthesises detail
information from the data
source resulting in correct
points of view.

Inventive use of graphics
that is easily
understandable.

Impressive use of colours or
patterns.
Synthesises in-depth
information from the data
source resulting in correct
points of view.

Super inventive use of
graphics that is easily
understandable.

Very impressive use of
colours or patterns.


Clarity and
completeness of video
presentation

25%

The skills demonstrated in
understanding and
communicating the key
outcomes are
unsatisfactory.

The slides used in the
presentation are of
unsatisfactory quality.

The overall presentation
lacks organisation and is
extremely difficult to
follow.

The number of slides and
the length of the video are
outside the limits.

Demonstrated satisfactory
skills in understanding and
communicating the key
outcomes to the concerned
global communities.

The slides used in the
presentation are of
satisfactory quality.

The overall presentation is
not well organised and is
difficult to follow.


The number of slides and the
length of the video are
outside the limits.

Demonstrated good skills in
understanding and
communicating the key
outcomes to the concerned
global communities.

The slides used in the
presentation are of high
quality.

The overall presentation is
mostly well organised but is
somewhat difficult to
follow.

The number of slides and
the length of the video are
within the limits.

Demonstrated advanced
skills in understanding and
communicating the key
outcomes to the concerned
global communities.

The slides used in the
presentation are of
outstanding quality.

The overall presentation is
well organised, cohesive
and easy to follow.


The number of slides and
the length of the video are
within the limits.

Demonstrated exemplary
skills in understanding and
communicating the key
outcomes to the concerned
global communities.

The slides used in the
presentation are of
exceptionally high quality.

The overall presentation is
exceptionally well
organised, highly cohesive
and easy to follow.

The number of slides and
the length of the video are
within the limits.
BDA601_Assessment 3 Brief_Source Code and Presentation_Module 12 Page 7 of 7

The following Subject Learning Outcomes are addressed in this assessment
SLO c) Apply data science principles to the cleaning, manipulation and visualisation of data.
SLO d) Design analytical models based on a given problem.
SLO e) Effectively report and communicate findings to an appropriate audience.
assign/data.csvProvince/State,Country/Region,Lat,Long,1/22/20,1/23/20,1/24/20,1/25/20,1/26/20,1/27/20,1/28/20,1/29/20,1/30/20,1/31/20,2/1/20,2/2/20,2/3/20,2/4/20,2/5/20,2/6/20,2/7/20,2/8/20,2/9/20,2/10/20,2/11/20,2/12/20,2/13/20,2/14/20,2/15/20,2/16/20,2/17/20,2/18/20,2/19/20,2/20/20,2/21/20,2/22/20,2/23/20,2/24/20,2/25/20,2/26/20,2/27/20,2/28/20,2/29/20,3/1/20,3/2/20,3/3/20,3/4/20,3/5/20,3/6/20,3/7/20,3/8/20,3/9/20,3/10/20,3/11/20,3/12/20,3/13/20,3/14/20,3/15/20,3/16/20,3/17/20,3/18/20,3/19/20,3/20/20,3/21/20,3/22/20,3/23/20,3/24/20,3/25/20,3/26/20,3/27/20,3/28/20,3/29/20,3/30/20,3/31/20,4/1/20,4/2/20,4/3/20,4/4/20,4/5/20,4/6/20,4/7/20,4/8/20,4/9/20,4/10/20,4/11/20,4/12/20,4/13/20,4/14/20,4/15/20,4/16/20,4/17/20,4/18/20,4/19/20,4/20/20,4/21/20,4/22/20,4/23/20,4/24/20,4/25/20,4/26/20,4/27/20,4/28/20,4/29/20,4/30/20,5/1/20,5/2/20,5/3/20,5/4/20,5/5/20,5/6/20,5/7/20,5/8/20,5/9/20,5/10/20,5/11/20,5/12/20,5/13/20,5/14/20,5/15/20,5/16/20,5/17/20,5/18/20,5/19/20,5/20/20,5/21/20,5/22/20,5/23/20,5/24/20,5/25/20,5/26/20,5/27/20,5/28/20,5/29/20,5/30/20,5/31/20,6/1/20,6/2/20,6/3/20,6/4/20,6/5/20,6/6/20,6/7/20,6/8/20,6/9/20,6/10/20,6/11/20,6/12/20,6/13/20,6/14/20,6/15/20,6/16/20,6/17/20,6/18/20,6/19/20,6/20/20,6/21/20,6/22/20,6/23/20,6/24/20,6/25/20,6/26/20,6/27/20,6/28/20,6/29/20,6/30/20,7/1/20,7/2/20,7/3/20,7/4/20,7/5/20,7/6/20,7/7/20,7/8/20,7/9/20,7/10/20,7/11/20,7/12/20,7/13/20,7/14/20,7/15/20,7/16/20,7/17/20,7/18/20,7/19/20,7/20/20,7/21/20,7/22/20,7/23/20,7/24/20,7/25/20,7/26/20,7/27/20,7/28/20,7/29/20,7/30/20,7/31/20,8/1/20,8/2/20,8/3/20,8/4/20,8/5/20,8/6/20,8/7/20,8/8/20,8/9/20,8/10/20,8/11/20,8/12/20,8/13/20,8/14/20,8/15/20,8/16/20,8/17/20,8/18/20,8/19/20,8/20/20,8/21/20,8/22/20,8/23/20,8/24/20,8/25/20,8/26/20,8/27/20,8/28/20,8/29/20,8/30/20,8/31/20,9/1/20,9/2/20,9/3/20,9/4/20,9/5/20,9/6/20,9/7/20,9/8/20,9/9/20,9/10/20,9/11/20,9/12/20,9/13/20,9/14/20,9/15/20,9/16/20,9/17/20,9/18/20,9/19/20,9/20/20,9/21/20,9/22/20,9/23/20,9/24/20,9/25/20,9/26/20,9/27/20,9/28/20,9/29/20,9/30/20,10/1/20,10/2/20,10/3/20,10/4/20,10/5/20,10/6/20,10/7/20,10/8/20,10/9/20,10/10/20,10/11/20,10/12/20,10/13/20,10/14/20,10/15/20,10/16/20,10/17/20,10/18/20,10/19/20,10/20/20,10/21/20,10/22/20,10/23/20,10/24/20,10/25/20,10/26/20,10/27/20,10/28/20,10/29/20,10/30/20,10/31/20,11/1/20,11/2/20,11/3/20,11/4/20,11/5/20,11/6/20,11/7/20,11/8/20,11/9/20,11/10/20,11/11/20,11/12/20,11/13/20,11/14/20,11/15/20,11/16/20,11/17/20,11/18/20,11/19/20,11/20/20,11/21/20,11/22/20,11/23/20,11/24/20,11/25/20,11/26/20,11/27/20,11/28/20,11/29/20,11/30/20,12/1/20
,Afghanistan,33.93911,67.709953,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,4,4,5,7,7,7,11,16,21,22,22,22,24,24,40,40,74,84,94,110,110,120,170,174,237,273,281,299,349,367,423,444,484,521,555,607,665,714,784,840,906,933,996,1026,1092,1176,1279,1351,1463,1531,1703,1828,1939,2171,2335,2469,2704,2894,3224,3392,3563,3778,4033,4402,4687,4963,5226,5639,6053,6402,6664,7072,7653,8145,8676,9216,9998,10582,11173,11831,12456,13036,13659,14525,15205,15750,16509,17267,18054,18969,19551,20342,20917,21459,22142,22890,23546,24102,24766,25527,26310,26874,27532,27878,28424,28833,29157,29481,29640,30175,30451,30616,30967,31238,31517,31836,32022,32324,32672,32951,33190,33384,33594,33908,34194,34366,34451,34455,34740,34994,35070,35229,35301,35475,35526,35615,35727,35928,35981,36036,36157,36263,36368,36471,36542,36675,36710,36710,36747,36782,36829,36896,37015,37054,37054,37162,37269,37345,37424,37431,37551,37596,37599,37599,37599,37856,37894,37953,37999,38054,38070,38113,38129,38140,38143,38162,38165,38196,38243,38288,38304,38324,38398,38494,38520,38544,38572,38606,38641,38716,38772,38815,38855,38872,38883,38919,39044,39074,39096,39145,39170,39186,39192,39227,39233,39254,39268,39285,39290,39297,39341,39422,39486,39548,39616,39693,39703,39799,39870,39928,39994,40026,40073,40141,40200,40287,40357,40510,40626,40687,40768,40833,40937,41032,41145,41268,41334,41425,41501,41633,41728,41814,41935,41975,42033,42092,42297,42463,42609,42795,42969,43035,43240,43403,43628,43851,44228,44443,44503,44706,44988,45280,45490,45716,45839,45966,46215,46498,46717
,Albania,41.1533,20.1683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,10,12,23,33,38,42,51,55,59,64,70,76,89,104,123,146,174,186,197,212,223,243,259,277,304,333,361,377,383,400,409,416,433,446,467,475,494,518,539,548,562,584,609,634,663,678,712,726,736,750,766,773,782,789,795,803,820,832,842,850,856,868,872,876,880,898,916,933,946,948,949,964,969,981,989,998,1004,1029,1050,1076,1099,1122,1137,1143,1164,1184,1197,1212,1232,1246,1263,1299,1341,1385,1416,1464,1521,1590,1672,1722,1788,1838,1891,1962,1995,2047,2114,2192,2269,2330,2402,2466,2535,2580,2662,2752,2819,2893,2964,3038,3106,3188,3278,3371,3454,3571,3667,3752,3851,3906,4008,4090,4171,4290,4358,4466,4570,4637,4763,4880,4997,5105,5197,5276,5396,5519,5620,5750,5889,6016,6151,6275,6411,6536,6676,6817,6971,7117,7260,7380,7499,7654,7812,7967,8119,8275,8427,8605,8759,8927,9083,9195,9279,9380,9513,9606,9728,9844,9967,10102,10255,10406,10553,10704,10860,11021,11185,11353,11520,11672,11816,11948,12073,12226,12385,12535,12666,12787,12921,13045,13153,13259,13391,13518,13649,13806,13965,14117,14266,14410,14568,14730,14899,15066,15231,15399,15570,15752,15955,16212,16501,16774,17055,17350,17651,17948,18250,18556,18858,19157,19445,19729,20040,20315,20634,20875,21202,21523,21904,22300,22721,23210,23705,24206,24731,25294,25801,26211,26701,27233,27830,28432,29126,29837,30623,31459,32196,32761,33556,34300,34944,35600,36245,36790,37625,38182,39014
,Algeria,28.0339,1.6596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,3,5,12,12,17,17,19,20,20,20,24,26,37,48,54,60,74,87,90,139,201,230,264,302,367,409,454,511,584,716,847,986,1171,1251,1320,1423,1468,1572,1666,1761,1825,1914,1983,2070,2160,2268,2418,2534,2629,2718,2811,2910,3007,3127,3256,3382,3517,3649,3848,4006,4154,4295,4474,4648,4838,4997,5182,5369,5558,5723,5891,6067,6253,6442,6629,6821,7019,7201,7377,7542,7728,7918,8113,8306,8503,8697,8857,8997,9134,9267,9394,9513,9626,9733,9831,9935,10050,10154,10265,10382,10484,10589,10698,10810,10919,11031,11147,11268,11385,11504,11631,11771,11920,12076,12248,12445,12685,12968,13273,13571,13907,14272,14657,15070,15500,15941,16404,16879,17348,17808,18242,18712,19195,19689,20216,20770,21355,21948,22549,23084,23691,24278,24872,25484,26159,26764,27357,27973,28615,29229,29831,30394,30950,31465,31972,32504,33055,33626,34155,34693,35160,35712,36204,36699,37187,37664,38133,38583,39025,39444,39847,40258,40667,41068,41460,41858,42228,42619,43016,43403,43781,44146,44494,44833,45158,45469,45773,46071,46364,46653,46938,47216,47488,47752,48007,48254,48496,48734,48966,49194,49413,49623,49826,50023,50214,50400,50579,50754,50914,51067,51213,51368,51530,51690,51847,51995,52136,52270,52399,52520,52658,52804,52940,53072,53325,53399,53584,53777,53998,54203,54402,54616,54829,55081,55357,55630,55880,56143,56419,56706,57026,57332,57651,57942,58272,58574,58979,59527,60169,60800,61381,62051,62693,63446,64257,65108,65975,66819,67679,68589,69591,70629,71652,72755,73774,74862,75867,77000,78025,79110,80168,81212,82221,83199,84152
,Andorra,42.5063,1.5218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,39,39,53,75,88,113,133,164,188,224,267,308,334,370,376,390,428,439,466,501,525,545,564,583,601,601,638,646,659,673,673,696,704,713,717,717,723,723,731,738,738,743,743,743,745,745,747,748,750,751,751,752,752,754,755,755,758,760,761,761,761,761,761,761,762,762,762,762,762,763,763,763,763,764,764,764,765,844,851,852,852,852,852,852,852,852,852,853,853,853,853,854,854,855,855,855,855,855,855,855,855,855,855,855,855,855,855,855,855,855,855,855,855,855,855,855,855,855,858,861,862,877,880,880,880,884,884,889,889,897,897,897,907,907,918,922,925,925,925,937,939,939,944,955,955,955,963,963,977,981,989,989,989,1005,1005,1024,1024,1045,1045,1045,1060,1060,1098,1098,1124,1124,1124,1176,1184,1199,1199,1215,1215,1215,1261,1261,1301,1301,1344,1344,1344,1438,1438,1483,1483,1564,1564,1564,1681,1681,1753,1753,1836,1836,1836,1966,1966,2050,2050,2110,2110,2110,2370,2370,2568,2568,2696,2696,2696,2995,2995,3190,3190,3377,3377,3377,3623,3623,3811,3811,4038,4038,4038,4325,4410,4517,4567,4665,4756,4825,4888,4910,5045,5135,5135,5319,5383,5437,5477,5567,5616,5725,5725,5872,5914,5951,6018,6066,6142,6207,6256,6304,6351,6428,6534,6610,6610,6712,6745,6790
,Angola,-11.2027,17.8739,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,3,3,3,4,4,5,7,7,7,8,8,8,10,14,16,17,19,19,19,19,19,19,19,19,19,19,24,24,24,24,25,25,25,25,26,27,27,27,27,30,35,35,35,36,36,36,43,43,45,45,45,45,48,48,48,48,50,52,52,58,60,61,69,70,70,71,74,81,84,86,86,86,86,86,86,88,91,92,96,113,118,130,138,140,142,148,155,166,172,176,183,186,189,197,212,212,259,267,276,284,291,315,328,346,346,346,386,386,396,458,462,506,525,541,576,607,638,687,705,749,779,812,851,880,916,932,950,1000,1078,1109,1148,1164,1199,1280,1344,1395,1483,1538,1572,1672,1679,1735,1762,1815,1852,1879,1906,1935,1966,2015,2044,2068,2134,2171,2222,2283,2332,2415,2471,2551,2624,2654,2729,2777,2805,2876,2935,2965,2981,3033,3092,3217,3279,3335,3388,3439,3569,3675,3789,3848,3901,3991,4117,4236,4363,4475,4590,4672,4718,4797,4905,4972,5114,5211,5370,5402,5530,5725,5725,5958,6031,6246,6366,6488,6680,6846,7096,7222,7462,7622,7829,8049,8338,8582,8829,9026,9381,9644,9871,10074,10269,10558,10805,11035,11228,11577,11813,12102,12223,12335,12433,12680,12816,12953,13053,13228,13374,13451,13615,13818,13922,14134,14267,14413,14493,14634,14742,14821,14920,15008,15087,15103,15139,15251
,Antigua and Barbuda,17.0608,-61.7964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,3,3,3,7,7,7,7,7,7,7,9,15,15,15,15,19,19,19,19,21,21,23,23,23,23,23,23,23,23,23,24,24,24,24,24,24,24,24,24,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,65,65,65,69,69,69,69,69,68,68,68,70,70,70,73,74,74,74,74,74,74,74,76,76,76,76,76,76,76,82,82,82,86,86,91,91,91,91,91,92,92,92,92,92,92,92,92,92,92,92,93,93,93,93,93,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,96,96,96,96,97,97,98,98,101,101,101,101,101,106,107,107,107,107,108,111,111,111,111,111,111,112,112,112,119,119,119,119,122,122,122,124,124,124,124,124,124,127,128,128,128,128,130,130,130,131,131,131,131,131,131,133,134,134,134,134,139,139,139,139,139,139,139,140,141,141,141,141,141,142
,Argentina,-38.4161,-63.6167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,8,12,12,17,19,19,31,34,45,56,68,79,97,128,158,266,301,387,387,502,589,690,745,820,1054,1054,1133,1265,1451,1451,1554,1628,1715,1795,1975,1975,2142,2208,2277,2443,2571,2669,2758,2839,2941,3031,3144,3435,3607,3780,3892,4003,4127,4285,4428,4532,4681,4783,4887,5020,5208,5371,5611,5776,6034,6278,6563,6879,7134,7479,7805,8068,8371,8809,9283,9931,10649,11353,12076,12628,13228,13933,14702,15419,16214,16851,17415,18319,19268,20197,21037,22020,22794,23620,24761,25987,27373,28764,30295,31577,32785,34159,35552,37510,39570,41204,42785,44931,47203,49851,52457,55343,57744,59933,62268,64530,67197,69941,72786,75376,77815,80447,83426,87030,90693,94060,97509,100166,103265,106910,111146,114783,119301,122524,126755,130774,136118,141900,148027,153520,158334,162526,167416,173355,178996,185373,191302,196543,201919,206743,213535,220682,228195,235677,241811,246499,253868,260911,268574,276072,282437,289100,294569,299126,305966,312659,320884,329043,336802,342154,350867,359638,370188,380292,392009,401239,408426,417735,428239,439172,451198,461882,471806,478792,488007,500034,512293,524198,535705,546481,555537,565446,577338,589012,601713,613658,622934,631365,640147,652174,664799,678266,691235,702484,711325,723132,736609,751001,765002,779689,790818,798486,809728,824468,840915,856369,871468,883882,894206,903730,917035,931967,949063,965609,979119,989680,1002662,1018999,1037325,1053650,1069368,1081336,1090589,1102301,1116609,1130533,1143800,1157179,1166924,1173533,1183131,1195276,1205928,1217028,1228814,1236851,1242182,1250499,1262476,1273356,1284519,1296378,1304846,1310491,1318384,1329005,1339337,1349434,1359042,1366182,1370366,1374631,1381795,1390388,1399431,1407277,1413375,1418807,1424533,1432570
,Armenia,40.0691,45.0382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,4,8,18,26,52,78,84,115,136,160,194,235,249,265,290,329,407,424,482,532,571,663,736,770,822,833,853,881,921,937,967,1013,1039,1067,1111,1159,1201,1248,1291,1339,1401,1473,1523,1596,1677,1746,1808,1867,1932,2066,2148,2273,2386,2507,2619,2782,2884,3029,3175,3313,3392,3538,3718,3860,4044,4283,4472,4823,5041,5271,5606,5928,6302,6661,7113,7402,7774,8216,8676,8927,9282,9492,10009,10524,11221,11817,12364,13130,13325,13675,14103,14669,15281,16004,16667,17064,17489,18033,18698,19157,19708,20268,20588,21006,21717,22488,23247,23909,24645,25127,25542,26065,26658,27320,27900,28606,28936,29285,29820,30346,30903,31392,31969,32151,32490,33005,33559,34001,34462,34877,34981,35254,35693,36162,36613,36996,37317,37390,37629,37937,38196,38550,38841,39050,39102,39298,39586,39819,39985,40185,40410,40433,40593,40794,41023,41299,41495,41663,41701,41846,42056,42319,42477,42616,42792,42825,42936,43067,43270,43451,43626,43750,43781,43878,44075,44271,44461,44649,44783,44845,44953,45152,45326,45503,45675,45862,45969,46119,46376,46671,46910,47154,47431,47552,47667,47877,48251,48643,49072,49400,49574,49901,50359,50850,51382,51925,52496,52677,53083,53755,54473,55087,55736,56451,56821,57566,58624,59995,61460,63000,64694,65460,66694,68530,70836,73310,75523,77837,78810,80410,82651,85034,87432,89813,92254,93448,94776,97150,99563,101773,104249,106424,107466,108687,110548,112680,114383,115855,117337,117886,118870,120459,121979,123646,124839,126224,126709,127522,129085,130870,132346,133594,134768,135124,135967
Australian Capital Territory,Australia,-35.4735,149.0124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,3,4,6,9,19,32,39,39,53,62,71,77,78,80,84,87,91,93,96,96,96,99,100,103,103,103,102,103,103,103,103,103,103,104,104,104,104,105,106,106,106,106,106,106,106,106,106,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,111,112,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,115,115,115,115,115,115,115,115,115,116,117,117,117,117,117
New South Wales,Australia,-33.8688,151.2093,0,0,0,0,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,13,22,22,26,28,38,48,55,65,65,92,112,134,171,210,267,307,353,436,669,669,818,1029,1219,1405,1617,1791,2032,2032,2182,2298,2389,2493,2580,2637,2686,2734,2773,2822,2857,2857,2863,2870,2886,2897,2926,2936,2957,2963,2969,2971,2976,2982,2994,3002,3004,3016,3016,3025,3030,3035,3033,3035,3042,3044,3047,3051,3053,3053,3053,3059,3063,3071,3074,3075,3076,3078,3081,3082,3084,3086,3087,3090,3092,3089,3090,3092,3092,3095,3098,3104,3104,3106,3110,3110,3109,3112,3114,3117,3117,3115,3119,3128,3131,3134,3135,3137,3143,3144,3149,3151,3150,3159,3162,3168,3174,3177,3184,3189,3203,3211,3211,3405,3419,3429,3433,3440,3453,3467,3474,3478,3492,3505,3517,3527,3535,3550,3568,3588,3599,3614,3633,3640,3654,3668,3685,3699,3718,3736,3756,3773,3784,3797,3809,3820,3832,3842,3851,3861,3875,3897,3915,3927,3936,3945,3950,3957,3959,3966,3971,3972,3981,3985,3988,3991,3997,4006,4019,4033,4040,4050,4063,4079,4091,4099,4104,4114,4118,4126,4135,4142,4152,4157,4166,4170,4177,4185,4190,4196,4198,4200,4204,4206,4212,4213,4217,4218,4218,4218,4220,4224,4227,4231,4232,4234,4235,4246,4249,4261,4271,4273,4278,4284,4295,4310,4321,4326,4333,4338,4342,4347,4357,4363,4370,4375,4382,4386,4398,4406,4411,4417,4421,4425,4432,4435,4443,4445,4454,4459,4462,4469,4469,4469,4469,4469,4469,4486,4498,4502,4509,4514,4517,4527,4538,4542,4548,4552,4552,4556,4564,4568,4577,4582,4588
Northern Territory,Australia,-12.4634,130.8456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,3,3,5,5,6,6,12,12,15,15,15,17,19,21,22,26,27,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,27,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,30,30,30,30,30,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,37,37,38,38,38,38,38,39,39,39,39,39,40,41,42,42,46,46,46,46,46,46,46,46,46,46,47,48,49,52,52,52,52,53,53
Queensland,Australia,-27.4698,153.0251,0,0,0,0,0,0,0,1,3,2,3,2,2,3,3,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,9,9,9,11,11,13,13,13,15,15,18,20,20,35,46,61,68,78,94,144,184,221,259,319,397,443,493,555,625,656,689,743,781,835,873,900,907,921,934,943,953,965,974,983,987,998,999,1001,1007,1015,1019,1019,1024,1024,1026,1026,1026,1030,1033,1034,1033,1033,1034,1035,1038,1043,1043,1045,1045,1045,1045,1045,1051,1052,1051,1054,1055,1055,1057,1057,1058,1058,1058,1060,1061,1056,1057,1058,1058,1058,1058,1058,1058,1059,1059,1060,1060,1061,1061,1062,1062,1062,1063,1064,1065,1065,1065,1065,1066,1066,1066,1066,1066,1066,1066,1066,1066,1067,1067,1067,1067,1067,1067,1067,1067,1067,1067,1067,1068,1068,1068,1068,1070,1070,1071,1071,1071,1071,1071,1071,1071,1072,1072,1073,1074,1076,1076,1076,1076,1076,1078,1082,1083,1084,1085,1085,1085,1088,1088,1087,1088,1088,1089,1089,1089,1089,1091,1091,1091,1091,1091,1092,1093,1094,1103,1105,1106,1106,1107,1110,1113,1117,1121,1122,1124,1126,1128,1128,1129,1131,1133,1134,1143,1143,1145,1149,1149,1149,1150,1149,1150,1150,1150,1152,1153,1153,1153,1153,1153,1156,1157,1157,1157,1157,1157,1160,1160,1160,1160,1160,1160,1160,1160,1161,1161,1161,1161,1161,1162,1164,1164,1164,1164,1164,1165,1165,1167,1167,1167,1167,1167,1169,1169,1172,1171,1172,1172,1175,1177,1177,1177,1177,1177,1177,1178,1179,1182,1183,1185,1185,1185,1186,1187,1190,1190,1192,1193,1196,1197,1197,1197,1198,1199,1201,1201,1202,1205
South Australia,Australia,-34.9285,138.6007,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,5,5,7,7,7,7,7,9,9,16,19,20,29,29,37,42,50,67,100,134,170,170,235,257,287,299,305,337,367,367,396,407,407,411,411,415,420,428,429,429,429,433,433,433,435,435,435,435,437,438,438,438,438,438,438,438,438,438,438,438,438,438,438,438,439,439,439,439,439,439,439,439,439,439,439,439,439,439,439,439,439,439,439,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,444,444,444,444,444,444,444,446,447,447,447,447,447,448,448,449,451,453,455,457,457,456,459,459,459,459,459,459,459,460,460,460,461,462,462,462,462,462,462,463,463,463,463,463,463,463,463,463,463,463,463,463,464,464,464,465,465,465,466,466,466,466,466,466,466,466,466,466,466,466,468,468,468,468,468,468,468,468,468,470,470,471,471,472,472,472,473,473,475,475,476,479,479,479,482,484,484,484,485,485,487,487,491,494,494,495,496,497,501,501,503,504,509,510,512,515,515,517,517,517,517,517,522,544,547,551,551,553,554,555,556,557,558,560,559,562,561,562,562,562
Tasmania,Australia,-42.8821,147.3272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,3,3,5,5,6,7,7,10,10,10,16,22,28,28,36,47,47,62,66,66,69,69,72,74,80,82,86,89,98,111,122,133,133,144,165,165,169,180,188,195,200,201,205,207,207,207,212,214,218,219,221,221,221,221,221,225,226,227,227,227,227,227,227,227,227,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,231,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230
Victoria,Australia,-37.8136,144.9631,0,0,0,0,1,1,1,1,2,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,7,7,9,9,10,10,10,11,11,15,18,21,21,36,49,57,71,94,121,121,121,229,355,355,411,466,520,574,685,769,821,917,968,1036,1085,1115,1135,1158,1191,1212,1228,1241,1265,1268,1281,1291,1299,1299,1302,1319,1328,1329,1336,1336,1337,1343,1346,1349,1349,1354,1361,1364,1371,1384,1406,1423,1440,1454,1467,1468,1487,1496,1511,1514,1521,1540,1551,1558,1564,1573,1573,1581,1593,1593,1603,1605,1610,1618,1628,1634,1645,1649,1653,1663,1670,1678,1681,1681,1685,1687,1687,1691,1699,1703,1703,1720,1732,1741,1762,1780,1792,1792,1836,1847,1864,1884,1917,1947,1947,2028,2099,2159,2231,2303,2368,2368,2536,2660,2824,2942,3098,3397,3560,3799,3967,4224,4448,4750,5165,5353,5696,5942,6289,6739,7125,7405,7744,8181,8696,9049,9304,9998,10577,10931,11557,11937,12335,13035,13469,13867,14283,14659,14957,15251,15646,15863,16234,16517,16764,17027,17238,17446,17683,17852,18029,18231,18330,18464,18608,18714,18822,18903,19015,19080,19138,19224,19336,19415,19479,19538,19574,19615,19688,19739,19767,19800,19835,19872,19911,19943,19970,20012,20034,20042,20051,20076,20100,20105,20118,20130,20145,20149,20158,20169,20183,20189,20197,20209,20220,20233,20237,20247,20257,20269,20281,20295,20307,20311,20315,20317,20317,20319,20319,20320,20323,20329,20330,20336,20343,20342,20341,20342,20344,20347,20347,20346,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345,20345
Western...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here