-
Create an application that generates outputs to the following from data.csv:
2a. The country with the highest average "Urban population growth (annual %)" between 1980 and 1990. Exclude countries where any data entry for this time range is missing.
2b. The year with the highest "CO2 emissions (kt)", averaged across each country for which data is available.
-
Display the results to the user, however you choose to do so.
Notes: There is no right or wrong way to achieve this. Please provide instructions on how to run your solution.
!!! Use of NodeJs (+ optionally Typescript) is mandatory !!! Please submit your work in a public github repo
Use node v10. run 'npm install' run 'node index' in command prompt run 'npm test' to run tests