Skip to content

Data analysis project using NumPy for CSV processing and numerical operations, and Matplotlib for plotting CO₂ emission trends (1990–2014) from World Bank data. Python scripts demonstrating data loading, cleaning, and numerical analysis, along with data visualization.

Notifications You must be signed in to change notification settings

DennisHao1211/Python-Data-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run this project, you only need a basic scientific Python environment with NumPy (for loading and processing the CO₂ dataset) and Matplotlib (for plotting and saving visualizations). Make sure your Python version is 3.9+, and install the required packages with either conda install numpy matplotlib or pip install numpy matplotlib. After installing these libraries, you can directly run the script to reproduce all data analysis steps and figures.

About

Data analysis project using NumPy for CSV processing and numerical operations, and Matplotlib for plotting CO₂ emission trends (1990–2014) from World Bank data. Python scripts demonstrating data loading, cleaning, and numerical analysis, along with data visualization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages