Logo Lanfrica

dreamsss126/Ghana-Import-Trade-Analysis

Domain:

socioeconomic
Creator:
dre
Host:
# Ghana Import Trade Analysis(2021-2025) ### Partner Concentration, Regional Shifts & Trend Insights - SQL + Tableau --- ## πŸ“Œ Project Overview This project analyzes Ghana's import trade with the rest of the world between 2021 and 2025, using UN Comtrade partner-reported ("mirror") trade data. It was built end-to-end β€” from raw CSV cleanup through SQL Server analysis to an interactive Tableau dashboard β€” to answer a real business/policy question: > **How has Ghana's import profile shifted over 5 years, which trading partners matter most, and where does that concentration create risk?** Every step is documented below and in `(github.com)`, including the mistakes and fixes along the way β€” the goal is a project that's fully reproducible and honest about its process, not just a polished end result. --- ## 🧰 Tools Used | Tool | Purpose | |---|---| |Microsoft Excel|Data cleaning| | Microsoft SQL Server / SSMS | Data cleaning, consolidation, analytical queries (T-SQL) | | Tableau (Public) | Interactive dashboard and visualization layer | | UN Comtrade | Source data (public trade statistics) | --- ## πŸ—‚οΈ Repository Structure ``` ghana-trade-analysis/ β”œβ”€β”€ README.md β”œβ”€β”€ docs/ β”‚ β”œβ”€β”€ steps_log.md <- full chronological log, including issues & fixes β”‚ └── report.docx <- written findings report β”œβ”€β”€ sql/ β”‚ β”œβ”€β”€ 01_import_verification.sql β”‚ β”œβ”€β”€ 02_consolidation.sql β”‚ β”œβ”€β”€ 03_region_lookup_build.sql β”‚ β”œβ”€β”€ 04_analysis_top_partners.sql β”‚ β”œβ”€β”€ 05_analysis_yoy_growth.sql β”‚ β”œβ”€β”€ 06_analysis_concentration.sql β”‚ β”œβ”€β”€ 07_analysis_regional_rollup.sql β”‚ β”œβ”€β”€ 08_analysis_rank_shifts.sql β”‚ β”œβ”€β”€ 09_analysis_data_quality.sql β”œβ”€β”€ exports/ β”‚ β”œβ”€β”€ yearly_totals.csv β”‚ β”œβ”€β”€ top15_concentration.csv β”‚ β”œβ”€β”€ regional_rollup.csv β”‚ └── rank_shifts.csv └── dashboard/ └── ghana_trade_dashboard.twbx <- Tableau Public workbook ``` --- ## πŸ“Š Data Source Five annual extracts from **UN Comtr …