Loading repository data…
Loading repository data…
adhocpra / repository
Brazil vs Morocco FIFA World Cup 2026 — complete match analysis with Pandas, Matplotlib, xG, player ratings and match timeline
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Result: Brazil 2 – 1 Morocco | Group Stage | FIFA World Cup 2026
Complete data analysis of the Brazil vs Morocco group stage clash using Python, Pandas, and Matplotlib.
| Metric | Brazil | Morocco |
|---|---|---|
| Possession | 57% | 43% |
| Total Shots | 19 | 11 |
| Shots on Target | 8 | 4 |
| xG (Expected Goals) | 2.41 | 0.87 |
| Pass Accuracy | 88% | 79% |
| Avg Player Rating | 7.72 | 7.34 |
wc2026-match-analysis/
├── data/
│ ├── match_stats.csv # Team-level match statistics
│ ├── player_stats.csv # Individual player performance data
│ └── timeline.csv # Minute-by-minute match events
├── plots/
│ ├── 01_match_overview.png
│ ├── 02_shooting_analysis.png
│ ├── 03_player_ratings.png
│ ├── 04_match_timeline.png
│ ├── 05_head_to_head.png
│ └── 06_top_performers.png
├── analysis.py # Full analysis script
└── README.md
git clone https://github.com/adhocpra/wc2026-match-analysis.git
cd wc2026-match-analysis
pip install pandas matplotlib numpy
python3 analysis.py
#WorldCup2026 #BrazilVsMorocco #DataAnalysis #Python #Pandas #Matplotlib #Football #Soccer #FIFA #xG #MatchAnalysis #DataScience #EDA