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.
- Host: GitHub
- URL: https://github.com/chiragkumargohil/co2-emissions-data-analysis
- Owner: chiragkumargohil
- Created: 2022-09-03T13:56:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T01:33:22.000Z (almost 4 years ago)
- Last Synced: 2025-06-12T11:04:43.576Z (about 1 year ago)
- Topics: co2-emission, data-analysis, matplotlib, python
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.