Building Energy strives to help businesses and governments understand where energy usage occurs, and how to improve energy efficiency. Let’s look at some real-world data in a similar field; check out World Bank Data on Carbon Emissions. Click "Download Data" and select the format you want to work with, (CSV might be simplest).
Let’s build a simple application to read in this data from the commandline and sort the rows by a function applied across the columns of said rows.
We should be able to answer the following questions:
- Sort countries according to the average change in carbon emissions per capita (ascending, descending, etc.).