Git Product home page Git Product logo

data_wrangling_and_exploratory_analysis_on_who_child_deaths_data's Introduction

Data_Wrangling_and_Exploratory_Analysis_on_WHO_Child_Deaths_Data

My prime interest to work on this project is the Untidiness of the data. The challenge here is to create a more meaningful and easily understanding data from raw excel files.

Data source location: Global Health Observatory data repository: http://apps.who.int/gho/data/node.home >> By Category>> Child Health>> Child mortality and CAUSE OF DEATHS>> Cause of Child Death>> Number of Deaths by Cause>> Number of Deaths by Country>>Diseases Upon clicking on each cause of death I was able to download dataset by clicking CSV table. There are 13 CSV files one each for each cause of death. Each csv file has 198 rows(each country) and 54 columns(columns separated with age-group(3) and year(2000-2017)) and average file size is 0.055MB. Combined datasets have more than 10476 rows and 16 columns.

Context of Data: This datasets are about number of deaths between 0-4 years age group from 2000-2017 in all countries around the world.

Modules: Requests module to get data from the URL. Melt function in pandas to reframe year wise columns to rows and creating death count column. Applying this on each of 13 csv files and creating a disease column for each csv. Plotly module to plot the countries and continent wise deaths of childs to know which country is suffers most for each cause of death. PyCountry converter, as we only have country coulmn this module helps to group all the countries in each continent and create a new continent column.

  • It's good finding that there is annual drop in deaths across the years.
  • South America registers most number of deaths because of Respiratory infections in chils of 0-4 age group.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.