Write python script that reads child mortality data

Assignment Help Python Programming
Reference no: EM131496325

Theme: Child Mortality

Your task is to investigate mortality levels of children, infants and babies around the world.  Which countries have a high rate of child deaths and which countries have low rates?  Are there connections between child mortality rates and the income levels of the country, or the region where they are situated?  Are the child mortality rates improving in recent years or getting worse? Reduction of child mortality was Goal 4 of the United Nations' Millennium Development Goals (2000-2015).

The data you will need is available from WHO: The World Health Organisation. 

Learning Objectives

In this task you will learn how to:

  • Apply relevant Python programming concepts to a data analysis challenge
  • Read data from real sources and wrangle it into the form you need.
  • Develop creative approaches to solving the wrangling/analysis problems.
  • Adhere to the recommended Python programming styles
  • Write programs that produce correct and useful output
  • Organise and present adata analysis report
  • Give an insightful analysis of the given problem.

Task is broken into two parts:

1. Use Python to read and analyse the child mortality data and generate various useful graphs that give insight into the trends.

2. Use Python to combine the child mortality data and the country metadata, to give higher-level analyses of child mortality in relation to income grouping and regions of the world.

1. Child Mortality

In this first part of Task, you should write a Python script that reads and analyses the child mortality data file (WHOSIS_MDG_000003.csv) and produce at least FIVE useful graphs that give insight into the data trends.

For example, here are some suggestions:

  • show the change in child/infant/neonatal mortality over the period 1990 to 2015 for several representative countries.
  • compare the mortality rates of all countries in a given year.
  • compare the improvement in mortality rates over the 1990/2015 period - that is, one divided by the other.
  • compare child mortality against infant mortality and neonatal mortality to see what is the relationship between them.

Hints:

1. Some of the columns contain multiple values (a mortality rate, plus a confidence interval), so you will need to split these up into seperate columns.

2. You can either use standard Python data structures to store and manipulate the data, or use the Pandas library if you prefer.

3. Use markup and headings to break your Jupyter notebook into sections and give commentary about what you doing, and discussion of your results.  This Jupyter notebook will be what you submit.

2. Child Mortality and Country Types

In this second part of Task, you should write another Python script that reads and analyses the country metadata (COUNTRY.json) and merges it with the child mortality data from Part 1, to allow you to do some higher-level analysis of child mortality trends.

Your report should include at least two graphs that display or compare child/infant/neonatal mortality in different regions of the world (using the 'WHO_REGION' string to group the countries).

You report should include at least two graphs that compare child/infant/neonatal mortality across different income groupings (using the 'WORLD_BANK_INCOME_GROUP' string to classify the countries).

Hints:

1. You can use the 'json' library to read the .json file.  The resulting object is quite deeply nested, so you will need to explore which substructures contain the data that you want, and then extract that substructure into a dictionary or list that is easier to use.  Or write a function that extracts the data that you need.

2. You can either use standard Python data structures to store and manipulate the data, or use the Pandas library if you prefer.

3. Use markup and headings to break your Jupyter notebook into sections and give commentary about what you doing, and discussion of your results.  This Jupyter notebook will be what you submit.

Attachment:- Assignment Files.rar

Verified Expert

Regression Analysis is done on a pair of economic data from US Bureau of Economic Analysis. The implications of the linear regression analysis generated from the equation have been explained. How the conclusions of the regression analysis can impact demand planning at a an organization has been explained.

Reference no: EM131496325

Questions Cloud

Evaluate the effectiveness of the organizations hr policies : Suppose your same organization decides on an unconventional workforce comprised primarily of independent contractors and temporary workers.
Define programmed and non-programmed decisions : Identify examples of the types of decision set out above. Try to identify one example of your own to add to those below or that illustrates the point.
Demonstrate new learning that has occurred : identify the main issues in the chosen area, demonstrate new learning that has occurred, include class activities or incidents that facilitated learning.
Research - live animal export australia : This assessment allows students to plan, research and analyse a specific topic related to an ethical challenge and draw conclusions as to the implications to various stakeholder groups.
Write python script that reads child mortality data : ICT702 Task - Theme: Child Mortality.In this first part of Task, you should write a Python script that reads and analyses the child mortality data file
Motivate event staff and volunteers : What procedures would you use to recruit, orient and motivate your event staff and volunteers?
You own stock that you think will produce a return : You own a stock that you think will produce a return of 11 percent in a good economy and 3 percent in a poor economy.
Identification and summary of results of leadership actions : You will be evaluated on the analysis of executive team-building practices, theory, concepts and techniques; identification and summary of results of leadership
What dependencies may the moves have involved : Reflect on Ikea's decision to invest in Russia, and its attempts to enter India. What risks, uncertainties or ambiguities were probably associated.

Reviews

len1496325

5/15/2017 4:52:15 AM

Australian student, need it as per the guidelines. There should be no plagiarism or similarity issue please. This assignment is in 2 parts please read the attachment, so please make this assignment in 2 different parts, so please make it in 2 different parts then i can submit 1 part in and 2 part in week 12. Your submission for each part of this task will be assessed according to the following criteria. Presentation and organisation of your report. Program output. Correctness of the program output. Insightful analysis and discussion of the given problem. Programming style. Creative approaches to solving the problem. Good use of relevant programming concepts, especially good use of functions. Good use of appropriate Python data structures, such as lists and dictionaries and Adherence to the recommended Python programming styles (indentation, documentation, naming conventions, etc.).

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd