An open API service indexing awesome lists of open source software.

https://github.com/chiragkumargohil/co2-emissions-data-analysis

A Python programme that analyses CO2 emission data from 1997 to 2010. This programme prints data, provides brief of a given year, displays and compares Year vs. Emission graphs for chosen countries, and generates a separate data file for chosen countries. It was a self-paced project that Guru 99 provided.
https://github.com/chiragkumargohil/co2-emissions-data-analysis

co2-emission data-analysis matplotlib python

Last synced: 11 months ago
JSON representation

A Python programme that analyses CO2 emission data from 1997 to 2010. This programme prints data, provides brief of a given year, displays and compares Year vs. Emission graphs for chosen countries, and generates a separate data file for chosen countries. It was a self-paced project that Guru 99 provided.

Awesome Lists containing this project

README

          

## CO2 Emissions Data Analysis

I created a Python programme that analyses CO2 emission data from 1997 to 2010. This programme prints data, provides brief of a given year, displays and compares Year vs. Emission graphs for chosen countries, and generates a separate data file for chosen countries. _Matplotlib_ and _CSV_ modules have been implemented. It was a self-paced project that Guru 99 provided.

> **View the [sample output](OUTPUT.md)**

Note: Ensure that your device has [Python](https://www.python.org/downloads/) and [Matplotlib](https://www.tutorialspoint.com/how-to-install-matplotlib-in-python) installed.