This repository contains an analysis of social and economic indicators for South Asian countries. The project covers data cleaning, transformation, clustering, forecasting, and visualization to provide insights into the socio-economic landscape of the region.
- Overview
- Data Source
- Key Analyses and Features
- Visualizations
- Installation
- Usage
- Results
- Contributing
- License
South Asia is a dynamic region with diverse economic and social indicators. This project explores key metrics across countries to reveal trends, patterns, and relationships, utilizing statistical analysis, machine learning, and data visualization techniques.
The dataset includes various socio-economic metrics for South Asian countries. This data may be directly accessible in the repository or may require external sourcing.
- Data Cleaning: Managed missing values and ensured consistency.
- Normalization & Standardization: Applied scaling to metrics for clustering and comparative analysis.
- Statistical Summaries: Key statistical summaries for data overview.
- Visualization of Key Metrics: Visualized trends across indicators like GDP, unemployment, and population demographics.
- Country-by-Country Comparison: Compared socio-economic metrics across South Asian countries.
- Correlation Analysis: Explored relationships between indicators, like GDP growth and unemployment rate.
- KMeans Clustering: Grouped countries based on economic indicators.
- Scatter Plot Visualization: Used interactive Plotly scatter plots to visualize clusters.
- Governance Metric Analysis: Analyzed governance metrics like control of corruption and political stability.
- Correlation Matrix: Created heatmaps for governance metrics.
- GDP Growth Forecasting: Used Exponential Smoothing to forecast GDP growth for select countries.
Bar Plot of Scaled Average Economic Indicators: Displays scaled GDP, unemployment, and inflation rates for each country.
Line Plot of Historical and Forecasted GDP Growth: Plots GDP growth over time and future forecast for selected countries.
Heatmap of Correlation between Governance Metrics: A heatmap showing the correlation matrix for governance indicators.
Comparative Line Plots: Line charts comparing various socio-economic indicators, such as GDP growth and unemployment rates, between countries.
Each visualization is created using matplotlib
, seaborn
, or plotly
for clear insights into socio-economic patterns.