This project provides an empirical analysis of the macroeconomic impacts of global trade wars using a multi‑country panel dataset (2015–2025).
The study evaluates how trade war shocks transmit through different economic channels, including:
- International trade flows
- Output and growth dynamics
- Labor market outcomes
- Foreign direct investment (FDI)
The analysis combines exploratory data analysis (EDA), event‑study identification, and fixed‑effects panel regressions to isolate trade‑war effects from global shocks such as the COVID‑19 pandemic.
Trade-Wars-Macroeconomic-Impacts/
│
├── data/
│ └── trade_volume_annual.csv
│
├── notebooks/
│ └── Trade_Wars_Macroeconomic_Impacts_Panel_Analysis.ipynb
│
├── outputs/
│ └── figures/
│
├── README.md
└── requirements.txt
- Data cleaning and integrity checks
- Period and indicator validation
- Subset‑wise exploratory data analysis
- Event‑study analysis (baseline year: 2017)
- Fixed‑effects regressions with robust standard errors
- Trade wars did not cause persistent declines in aggregate trade or GDP.
- GDP growth volatility increased, but mean growth remained resilient.
- Labor markets were largely buffered until the global pandemic shock.
- Foreign direct investment shows the strongest and most persistent response to trade wars, highlighting the role of policy uncertainty and investor expectations.
The complete workflow, code, and econometric results are available in:
🔗 Trade_Wars_Macroeconomic_Impacts_Panel_Analysis.ipynb
- Python
- pandas, numpy
- matplotlib, seaborn
- statsmodels
This project is licensed under the MIT License.







