Skip to content

Project identifying what factors from the World Bank API database relate to the vaccination percentage for countries around the world.

Notifications You must be signed in to change notification settings

3065923/Covid19_Vaccination_Progress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid 19 World Vaccination Analysis

Goals

Identify what factors from the World Bank API database relate to the vaccination percentage for countries around the world.

Extraction

Kaggle CSV of world vaccination progress cribbed from the Our World in Data Github Repository: https://www.kaggle.com/gpreda/covid-world-vaccination-progress

API which pulls from World Bank for Global Development Indicators:
https://data.worldbank.org/

ISO conversion for country names:
https://gist.github.com/tadast/8827699

All data was extracted with pandas and merged into one working frame for analysis.

Analysis

Best and Worst Performing Countries by vaccinated population

Choropleth

World Bank Global Development Indicators by Quartile

GDP

Private Health Expenditure

Population Density

Total Population

Results

After performing ANOVA testing on each Indicator's quartile:

Level of confidence: 95%
H0: All mean vaccination percents over quartiles are equal
Ha: There is at least one mean vaccination percent that is not equal to another

Population Density was the only indicator which rejected the null hypothesis, which would indicate that there is a statistically significant difference in quartiles with a 95% level of confidence.

Other indicators would require more data to reach any further conclusions.

Potential Errors and Further Study

  • More indicators can be compared, using a more robust API structure to check for multiyear data and filter for missing values.

About

Project identifying what factors from the World Bank API database relate to the vaccination percentage for countries around the world.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%