Commit cf687ba
committed
feat: Add all 9 data source extractors for football statistics
Created comprehensive data extraction framework with extractors for:
- FBref: 44 tables (team/player season & match stats, events, shots)
- FotMob: 11 tables (league table, schedule, 7 match stat types)
- Understat: 7 tables (xG metrics, shot coordinates, PPDA)
- WhoScored: 4 tables (Opta event stream, schedule)
- Sofascore: 4 tables (standings, schedule)
- ESPN: 3 tables (schedule, matchsheet, lineups)
- ClubElo: 2 tables (ELO ratings by date, team history)
- MatchHistory: 1 table (betting odds from 13+ bookmakers)
- SoFIFA: 6 tables (EA Sports FC player/team ratings)
Each extractor:
- Extends BaseExtractor abstract class
- Implements table configs and extraction methods
- Handles data validation and DataFrame conversion
- Provides error handling for missing data
- Supports UPSERT operations via conflict columns
Total: 82+ tables across all data sources1 parent 465eb4d commit cf687ba
File tree
11 files changed
+2388
-0
lines changed- scripts/extractors
11 files changed
+2388
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments