This project explores and analyzes global trade data for low-carbon technology products. The goal is to derive insights from historical trends and statistical analysis while demonstrating professional data analysis techniques.
- Cleaned and preprocessed raw trade data.
- Conducted exploratory data analysis (EDA) and statistical analysis.
- Visualized trends and correlations in trade patterns.
- Applied hypothesis testing to compare trade values over time.
The rise of low-carbon technologies plays a critical role in combating climate change. Analyzing trade patterns helps stakeholders make informed decisions about investment and policy-making.
- Data Cleaning:
- Handled missing values.
- Reshaped the dataset for better analysis.
- Exploratory Analysis:
- Trends and distribution of trade values over time.
- Statistical Analysis:
- Correlation matrix.
- Hypothesis testing for trade trends.
- Visualization:
- Trend charts.
- Heatmaps for correlation insights.
- Python (pandas, numpy, matplotlib, seaborn)
- Jupyter Notebook
- Git/GitHub
|-- data/
| |-- Trade_in_Low_Carbon_Technology_Products.csv (original data)
| |-- cleaned_trade_data.csv (cleaned data)
|
|-- notebooks/
| |-- trade_analysis.ipynb (Jupyter Notebook for analysis)
|
|-- scripts/
| |-- data_cleaning.py
| |-- statistical_analysis.py
| |-- visualization.py
|
|-- requirements.txt
|-- README.md