Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 953 Bytes

File metadata and controls

15 lines (8 loc) · 953 Bytes

Estimate Life Expectency

This respository consists of the code, data and links to data to estimate the life expectency of age group less than 1 year old in USA.

The source of the life expectency data is IHME. More about it in the Life_Expectency_Data folder.

The life expectency is estimated using a set of variables from 2 different different sources of data:

  1. Livestock Data from the following paper: Livestock 2010. More about it in the livestock directory.

  2. Set of demographic data from ACS. More about it in the demographic directory.

All_Years.ipynb notebook extracts the total life expectency of age group less than 1 year old for 20 years of data. Single_Year.ipynb extracts the total life expectency of age group less than 1 year old for a single year.