Ict702 task 2 - theme child mortality in this second part


Task 2 - 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. 

  • child mortality data
  • country metadata

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 2 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 2, 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.

2. Child Mortality and Country Types

In this second part of Task 2, 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 twographs 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).

Attachment:- Assignment Files.zip

Solution Preview :

Prepared by a verified Expert
Python Programming: Ict702 task 2 - theme child mortality in this second part
Reference No:- TGS02300025

Now Priced at $85 (50% Discount)

Recommended (93%)

Rated (4.5/5)