All examples By author By category About

heathermkrause

Food Index Bar Chart

These code examples are my work for the course “Data Visualization and Infographics with D3,” taught by Alberto Cairo and Scott Murray, and offered through the Knight Center for Journalism in the Americas at UT Austin.

For this exercise, I'm using a dataset on food. It includes indicators on undernourishment, underweight children, food prices, food price volatility, diabetes rates and obesity rates.

The bar chart displays the country's overall Food Index score. This score is a combination of data along many dimensions. The colors represent the dimension that each country is doing best at and worst at.

I'm still working on learning how to set up the legend and buttons to be responsive.

This dataset combines data from three large organizations: Food and Agriculture Organization on the United Nations (FAO), International Labour Organization (ILO) and the World Health Organization (WHO).

I combined this data with a few basic indicators from the World Bank on the economic level of each country. As we work, I expect to add several more WB indicators on Aid levels, specifically for food, and political volatility levels.

The .raw data is just that. The standardized data controls for different scares in measuring the countries. The min/max rescaling method was used to generate re-scaled values of -=100 where 0 points is the minimum (best) and 100 points is the maximim (worst). So it's not really a ranking, but close to it conceptually.

For the purposes of this exercise, I only included countries with no missing data.

I'm interested in using this data to explore the patterns of hunger, issues of access, overconsumption, and misuse of resources.