Course: Data Management and Visualization (Wesleyan University) Dataset: GapMinder · Language: Python (pandas) Research question: Is income per person associated with life expectancy across countries?
This week I wrote my first program to load the GapMinder data, handle missing values, and
produce frequency distributions for the variables in my research question. Because both
main variables (incomeperperson, lifeexpectancy) are quantitative and continuous, I
grouped each one into quartiles so that a frequency distribution is meaningful, and I also