Data cleaning in Python + Power BI dashboard analyzing the relation between money supply and inflation in Morocco (2018–2022)
# MasseMonetaire_vs_Inflation_Morocco_2018_2022
## This project analyzes the relationship between **Money Supply** (M1, M2, M3) and **Inflation** in Morocco from **2018 to 2022**. It combines **data cleaning in Python** with **interactive visualization in Power BI** to identify trends and correlations between key macroeconomic indicators.
MasseMonetaire_vs_Inflation/
│── data/
│ ├── Money_Supply_M1_M2_M3_Morocco.csv # Raw money supply data
│ ├── Inflation_et_inflation_sous_jacente.xlsx # Raw inflation data
│ ├── cleaned_data3.xlsx # Cleaned & merged dataset
│── scripts/
│ ├── Data_cleaning.ipynb
│
│── powerbi/
│ ├── Project_Dashboard.pbix
│
│── README.md