This project analyzes bilateral trade between Canada and Brazil to identify growth trends, regional concentration, and product-level opportunities. The work is structured as a professional reporting project, moving from data understanding and data cleaning to executive analysis and final report delivery.
The report evaluates trade performance across time, provinces, and product categories, with a focus on identifying where growth is concentrated and where decision-makers may find expansion opportunities or risk exposure. The project combines analytical rigor with business storytelling through a final HTML/PDF report supported by separate data understanding and data cleaning documents.

Trade Balance |
Provincial Analysis |
The project is designed to answer four core business questions:
The workflow follows a structured analytical process:
Data understanding
Review dataset structure, field quality, and reporting scope.
Data cleaning
Standardize columns, handle missing values, and prepare the dataset for analysis.
Trade analysis
Measure total trade, exports, imports, and trade balance across time.
Provincial and product analysis
Identify concentration patterns, leading contributors, and category-level changes.
Forecasting
Estimate short-term direction using a time-series approach and summarize confidence.
Executive reporting
Present insights in a decision-ready format using charts, narrative, and report outputs.
canada-brazil-trade-report/
├── README.md
├── data/
│ ├── raw/
│ └── clean/
├── notebooks/
├── reports/
│ ├── trade-report.html
│ ├── trade-report.pdf
│ ├── 01_data_understanding_report.pdf
│ ├── 02_data_cleaning_report.pdf
│ └── report_images/
├── docs/
└── requirements.txt
This project demonstrates the ability to take a business-oriented dataset and turn it into a complete analytical deliverable. It shows practical skills in data preparation, visualization, reporting, and communication, with outputs designed for both technical review and executive consumption.