The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 42 new columns ({'HomeFouls', 'HTHome', 'AwayFouls', 'MaxAway', 'OddAway', 'HomeRed', 'FTAway', 'OddDraw', 'AwayTarget', 'HomeCorners', 'HTAway', 'HomeYellow', 'Over25', 'AwayCorners', 'MatchDate', 'FTHome', 'MaxOver25', 'MaxHome', 'Form3Away', 'Division', 'OddHome', 'AwayElo', 'MatchTime', 'HomeShots', 'HomeElo', 'HandiSize', 'HandiHome', 'Form5Away', 'HomeTeam', 'AwayShots', 'HomeTarget', 'AwayRed', 'HTResult', 'AwayTeam', 'MaxDraw', 'AwayYellow', 'FTResult', 'HandiAway', 'Form5Home', 'MaxUnder25', 'Form3Home', 'Under25'}) and 4 missing columns ({'club', 'date', 'elo', 'country'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xgabora/Club-Football-Match-Data-2000-2025/Matches.csv (at revision e17eaae4a7684f8d53b420ed7f478327335c43ce)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1870, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 622, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2292, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2240, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
Division: string
MatchDate: string
MatchTime: double
HomeTeam: string
AwayTeam: string
HomeElo: double
AwayElo: double
Form3Home: double
Form5Home: double
Form3Away: double
Form5Away: double
FTHome: double
FTAway: double
FTResult: string
HTHome: double
HTAway: double
HTResult: string
HomeShots: double
AwayShots: double
HomeTarget: double
AwayTarget: double
HomeFouls: double
AwayFouls: double
HomeCorners: double
AwayCorners: double
HomeYellow: double
AwayYellow: double
HomeRed: double
AwayRed: double
OddHome: double
OddDraw: double
OddAway: double
MaxHome: double
MaxDraw: double
MaxAway: double
Over25: double
Under25: double
MaxOver25: double
MaxUnder25: double
HandiSize: double
HandiHome: double
HandiAway: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 5189
to
{'date': Value(dtype='string', id=None), 'club': Value(dtype='string', id=None), 'country': Value(dtype='string', id=None), 'elo': Value(dtype='float64', id=None)}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1438, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1050, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 924, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1000, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1741, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1872, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 42 new columns ({'HomeFouls', 'HTHome', 'AwayFouls', 'MaxAway', 'OddAway', 'HomeRed', 'FTAway', 'OddDraw', 'AwayTarget', 'HomeCorners', 'HTAway', 'HomeYellow', 'Over25', 'AwayCorners', 'MatchDate', 'FTHome', 'MaxOver25', 'MaxHome', 'Form3Away', 'Division', 'OddHome', 'AwayElo', 'MatchTime', 'HomeShots', 'HomeElo', 'HandiSize', 'HandiHome', 'Form5Away', 'HomeTeam', 'AwayShots', 'HomeTarget', 'AwayRed', 'HTResult', 'AwayTeam', 'MaxDraw', 'AwayYellow', 'FTResult', 'HandiAway', 'Form5Home', 'MaxUnder25', 'Form3Home', 'Under25'}) and 4 missing columns ({'club', 'date', 'elo', 'country'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xgabora/Club-Football-Match-Data-2000-2025/Matches.csv (at revision e17eaae4a7684f8d53b420ed7f478327335c43ce)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
date string | club string | country string | elo float64 |
|---|---|---|---|
2000-07-01 | Aachen | GER | 1,453.6 |
2000-07-01 | Aalborg | DEN | 1,482.61 |
2000-07-01 | Aalst | BEL | 1,337.53 |
2000-07-01 | Aarhus | DEN | 1,381.46 |
2000-07-01 | Aberdeen | SCO | 1,360.43 |
2000-07-01 | Adanaspor | TUR | 1,380.76 |
2000-07-01 | AEK | GRE | 1,599.31 |
2000-07-01 | AIK | SWE | 1,563.87 |
2000-07-01 | Ajaccio | FRA | 1,470.87 |
2000-07-01 | Ajax | NED | 1,604.75 |
2000-07-01 | Akademisk | DEN | 1,474.57 |
2000-07-01 | Alanya | RUS | 1,440.68 |
2000-07-01 | Alaves | ESP | 1,773.22 |
2000-07-01 | Albacete | ESP | 1,578.79 |
2000-07-01 | Altay | TUR | 1,353.97 |
2000-07-01 | Alverca | POR | 1,396.29 |
2000-07-01 | Alzano | ITA | 1,473.8 |
2000-07-01 | Amica Wronki | POL | 1,442.23 |
2000-07-01 | Amiens | FRA | 1,414.93 |
2000-07-01 | Anderlecht | BEL | 1,632.59 |
2000-07-01 | Ankaraguecue | TUR | 1,374.19 |
2000-07-01 | Antalyaspor | TUR | 1,370.64 |
2000-07-01 | Anzhi | RUS | 1,390.24 |
2000-07-01 | Apollon | GRE | 1,261.52 |
2000-07-01 | Arges Pitesti | ROM | 1,390.51 |
2000-07-01 | Aris | GRE | 1,421.4 |
2000-07-01 | Arsenal | ENG | 1,871.66 |
2000-07-01 | Aston Villa | ENG | 1,728.15 |
2000-07-01 | Astra | ROM | 1,298.44 |
2000-07-01 | Atalanta | ITA | 1,631.75 |
2000-07-01 | Ath Bilbao | ESP | 1,778.66 |
2000-07-01 | Ath Madrid | ESP | 1,713.55 |
2000-07-01 | Atletico B | ESP | 1,562.54 |
2000-07-01 | Austria Wien | AUT | 1,477.62 |
2000-07-01 | Auxerre | FRA | 1,635.58 |
2000-07-01 | AZ Alkmaar | NED | 1,508.47 |
2000-07-01 | Bacau | ROM | 1,363.13 |
2000-07-01 | Badajoz | ESP | 1,555.7 |
2000-07-01 | Barcelona | ESP | 1,887.37 |
2000-07-01 | Bari | ITA | 1,659.61 |
2000-07-01 | Barnsley | ENG | 1,562.94 |
2000-07-01 | Bastia | FRA | 1,656.37 |
2000-07-01 | Bayern Munich | GER | 1,867.24 |
2000-07-01 | Beerschot VA | BEL | 1,485.53 |
2000-07-01 | Beira Mar | POR | 1,366.01 |
2000-07-01 | Belenenses | POR | 1,387.75 |
2000-07-01 | Benfica | POR | 1,613.2 |
2000-07-01 | Besiktas | TUR | 1,617.19 |
2000-07-01 | Betis | ESP | 1,711.35 |
2000-07-01 | Beveren | BEL | 1,351.74 |
2000-07-01 | Bielefeld | GER | 1,600.83 |
2000-07-01 | Birmingham | ENG | 1,560.75 |
2000-07-01 | Bistrita | ROM | 1,333.82 |
2000-07-01 | Blackburn | ENG | 1,527.02 |
2000-07-01 | Boavista | POR | 1,563.62 |
2000-07-01 | Bochum | GER | 1,587.32 |
2000-07-01 | Bodoe Glimt | NOR | 1,437.36 |
2000-07-01 | Bologna | ITA | 1,705.3 |
2000-07-01 | Bolton | ENG | 1,574.41 |
2000-07-01 | Bordeaux | FRA | 1,734.34 |
2000-07-01 | Bradford | ENG | 1,578.67 |
2000-07-01 | Brann | NOR | 1,529.66 |
2000-07-01 | Brasov | ROM | 1,257.27 |
2000-07-01 | Bregenz | AUT | 1,367.91 |
2000-07-01 | Brescia | ITA | 1,618.26 |
2000-07-01 | Brondby | DEN | 1,501.29 |
2000-07-01 | Bryne | NOR | 1,300.71 |
2000-07-01 | Bursaspor | TUR | 1,375.3 |
2000-07-01 | Caen | FRA | 1,521.6 |
2000-07-01 | Cagliari | ITA | 1,606.65 |
2000-07-01 | Cambuur | NED | 1,367.9 |
2000-07-01 | Campomaiorense | POR | 1,383.5 |
2000-07-01 | Cannes | FRA | 1,461.5 |
2000-07-01 | Celta | ESP | 1,810.33 |
2000-07-01 | Celtic | SCO | 1,586.26 |
2000-07-01 | Cesena | ITA | 1,543.18 |
2000-07-01 | Charleroi | BEL | 1,346.09 |
2000-07-01 | Charlton | ENG | 1,608.72 |
2000-07-01 | Chateauroux | FRA | 1,508.37 |
2000-07-01 | Chelsea | ENG | 1,800.12 |
2000-07-01 | Chemnitz | GER | 1,443.56 |
2000-07-01 | Chievo | ITA | 1,535.41 |
2000-07-01 | Club Brugge | BEL | 1,592.34 |
2000-07-01 | Compostela | ESP | 1,578.7 |
2000-07-01 | Cordoba | ESP | 1,540.15 |
2000-07-01 | Cosenza | ITA | 1,515.73 |
2000-07-01 | Cottbus | GER | 1,547.35 |
2000-07-01 | Coventry | ENG | 1,635.56 |
2000-07-01 | Craiova 1948 | ROM | 1,322.65 |
2000-07-01 | Creteil | FRA | 1,439.34 |
2000-07-01 | Crewe | ENG | 1,426.45 |
2000-07-01 | Crystal Palace | ENG | 1,461.2 |
2000-07-01 | CSKA Moskva | RUS | 1,458.06 |
2000-07-01 | Cuiseaux-Louhans | FRA | 1,343.14 |
2000-07-01 | Den Bosch | NED | 1,364.6 |
2000-07-01 | Denizlispor | TUR | 1,365.52 |
2000-07-01 | Derby | ENG | 1,636.03 |
2000-07-01 | Dinamo Bucuresti | ROM | 1,559.77 |
2000-07-01 | Dortmund | GER | 1,646.19 |
2000-07-01 | Duisburg | GER | 1,553.58 |
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
⚽ Club Football Match Data (2000 - 2025)
This dataset offers a simple entrance to the world of football match data analysis. It offers football match data from 27 countries and 42 leagues worldwide, including some of the best leagues such as the English Premier League, German Bundesliga, and Spanish La Liga. The data spans from the 2000/01 season to the most recent results from the 2024/25 season. The dataset also includes Elo Ratings for the given time period with snapshots of ~500 of the best teams in Europe taken twice a month, on the 1st and 15th.
Match results and statistics provided in the table are taken from Football-Data.co.uk. Elo data are taken from ClubElo.
📅 DATASET OVERVIEW
📂 Files number: 2
🔗 Files type: .csv
⌨️ Total rows: ~470 000 as of 03/2025
💾 Total size: ~48MB as of 03/2025
The dataset is a great starting point for football match prediction, both pre-match and in-play, with huge potential lying in the amount of data and their accuracy. The dataset contains information about teams' strength and form prior to the match, as well as general market predictions via pre-match odds.
🔑 KEY FEATURES
1️⃣ SIZE - This is the biggest open and free dataset on the internet, keeping uniform information about tens of thousands of football matches, including match statistics, odds, and Elo and form information.
2️⃣ READABILITY - The whole dataset is tabular, and all of the data are clear to navigate and explain. Both tables in the dataset correspond to each other via remapped club names, and all of the formats within the table (such as odds) are uniform.
3️⃣ RECENCY - This is the most up-to-date open football dataset, containing data from matches as recent as March 2025. The plan is to update this dataset monthly or bi-monthly via a custom-made Python pipeline.
📋 COLUMNS AND DESCRIPTIONS
💪 TABLE 1 - ELO RATINGS.csv
This table is a collection of Elo ratings taken from ClubElo. Snapshots are taken twice a month, on the 1st and 15th day of the month, saving the whole Club Elo database. Some clubs' names are remapped to correspond with the Matches table (for example "Bayern" to "Bayern Munich").``
| Column | Data Type | Description |
|---|---|---|
📅 Date |
date | Date of the snapshot. |
🛡️ Club |
string | Club name in English corresponding to Matches table. |
🌍️ Country |
enum | Club country three-letter code. |
📈 Elo |
float | Club's current Elo rating, rounded to two decimal spots. |
💪 TABLE 2 - MATCHES.csv
This table is a collection of historical match results and statistics taken from Football-Data.co.uk. The data are ordered by date, starting from 28th July (the beginning of the 2000/01 season) up until 23rd December 2024 (the 2024/25 season). The table contains the most important information about both teams and about the match itself. The table is highly incomplete due to the differences in statistics provided by each league. However, it is possible to create smaller sub-tables or clean this one to remove null values. As of January 2025, the table contains about 226,000 unique match records.
| Column | Data Type | Description |
|---|---|---|
🏆 Division |
enum | League that the match was played in - country code + division number (I1 for Italian First Division). For countries where we only have one league, we use 3-letter country code (ARG for Argentina). |
📆 MatchDate |
date | Match date in the classic YYYY-MM-DD format. |
🕘 MatchTime |
time | Match time in the HH:MM:SS format. CET-1 timezone. |
🏠 HomeTeam |
string | Home team's club name in English, abbreviated if needed. |
🚗 AwayTeam |
string | Home team's club name in English, abbreviated if needed. |
📊 HomeElo |
float | Home team's most recent Elo rating. |
📊 AwayElo |
float | Away team's most recent Elo rating. |
📉 Form3Home |
int | Number of points gathered by home team in the last 3 matches (Win = 3 points, Draw = 1 point, Loss = 0 points, so this value is between 0 and 9). |
📈 Form5Home |
int | Number of points gathered by home team in the last 5 matches (Win = 3 points, Draw = 1 point, Loss = 0 points, so this value is between 0 and 15). |
📉 Form3Away |
int | Number of points gathered by away team in the last 3 matches (Win = 3 points, Draw = 1 point, Loss = 0 points, so this value is between 0 and 9). |
📈 Form5Away |
int | Number of points gathered by away team in the last 5 matches (Win = 3 points, Draw = 1 point, Loss = 0 points, so this value is between 0 and 15). |
⚽ FTHome |
int | Full-time goals scored by home team. |
⚽ FTAway |
int | Full-time goals scored by away team. |
🏁 FTResult |
enum | Full-time result (H for Home win, D for Draw and A for Away win). |
⚽ HTHome |
int | Half-time goals scored by home team. |
⚽ HTAway |
int | Half-time goals scored by away team. |
⏱️ HTResult |
enum | Half-time result (H for Home win, D for Draw and A for Away win). |
🏹 HomeShots |
int | Total shots (goal, saved, blocked, off-target) by home team. |
🏹 AwayShots |
int | Total shots (goal, saved, blocked, off-target) by away team. |
🎯 HomeTarget |
int | Total shots on target (goal, saved) by home team. |
🎯 AwayTarget |
int | Total shots on target (goal, saved) by away team. |
🤕 HomeFouls |
int | Total fouls by home team. |
🤕 AwayFouls |
int | Total fouls by away team. |
🚩 HomeCorners |
int | Total corners taken by home team. |
🚩 AwayCorners |
int | Total corners taken by away team. |
🟨 HomeYellow |
int | Total yellow cards awarded to home team players (excl. staff). |
🟨 AwayYellow |
int | Total yellow cards awarded to away team players (excl. staff). |
🟥 HomeRed |
int | Total red cards awarded to home team players (excl. staff). |
🟥 AwayRed |
int | Total red cards awarded to away team players (excl. staff). |
1️⃣ OddHome |
float | Bet365's Home Team Win Odd. |
0️⃣ OddDraw |
float | Bet365's Draw Odd. |
2️⃣ OddAway |
float | Bet365's Away Team Win Odd. |
1️⃣ MaxHome |
float | Maximum Home Team Win Odd from ~17 European bookmakers. |
0️⃣ MaxDraw |
float | Maximum Draw Odd from ~17 European bookmakers. |
2️⃣ MaxAway |
float | Maximum Away Team Win Odd from ~17 European bookmakers. |
⬆️ Over25 |
float | Bet365's Over 2.5 Total Goals Scored Odd. |
⬇️ Under25 |
float | Bet365's Under 2.5 Total Goals Scored Odd. |
⬆️ MaxOver25 |
float | Maximum Over 2.5 Total Goals Scored Odd from ~17 European bookmakers. |
⬇️ MaxUnder25 |
float | Maximum Under 2.5 Total Goals Scored Odd from ~17 European bookmakers. |
🟰 HandiSize |
float | Asian handicap size for home team (negative number indicating stronger home team) . |
➕️ HandiHome |
float | Bet365's Home Team Win Odd with the given handicap size for Home team. |
➖️ HandiAway |
float | Bet365's Away Team Win Odd with the given handicap size for Home team. |
🔭 FEATURE ENGINEERING
🔗 LAGGED FEATURES
Given that the dataset includes a time data, it offers a possibility to create lagged features. One of those features (Form) is already included in the dataset, but others might include things like goal potency, points gathered during the season, table position, streaks or Elo shifts. These are planned to be added into the dataset in the future as they might contain valuable information for match prediction:
| Column | Data Type | Description |
|---|---|---|
⚽️ GF3Home |
int | Goals scored by the Home team in last 3 matches. |
⚽️ GF3Away |
int | Goals scored by the Away team in last 3 matches. |
🥅 GA3Home |
int | Goals conceded by the Home team in last 3 matches. |
🥅 GA3Away |
int | Goals conceded by the Away team in last 3 matches. |
⚽️ GF5Home |
int | Goals scored by the Home team in last 5 matches. |
⚽️ GF5Away |
int | Goals scored by the Away team in last 5 matches. |
🥅 GA5Home |
int | Goals conceded by the Home team in last 5 matches. |
🥅 GA5Away |
int | Goals conceded by the Away team in last 5 matches. |
🥅 GA5Away |
int | Goals conceded by the Away team in last 5 matches. |
🏆 PointsHome |
int | Points gathered in the respective season in the league by Home team. |
🏆 PointsAway |
int | Points gathered in the respective season in the league by Away team. |
🏆 PositionHome |
int | Home team's current position in the league. |
🏆 PositionAway |
int | Away team's current position in the league. |
🔥 WStreakHome |
int | Home team's number of won games in a row. |
🔥 WStreakAway |
int | Away team's number of won games in a row. |
🔥 LStreakHome |
int | Home team's number of lost games in a row. |
🔥 LStreakAway |
int | Away team's number of lost games in a row. |
🔥 SStreakHome |
int | Home team's number of games in a row they scored in. |
🔥 SStreakAway |
int | Away team's number of games in a row they scored in. |
🏃 EloChange1Home |
float | The difference between today's Home team Elo and Home team Elo a month before. |
🏃 EloChange1Away |
float | The difference between today's Away team Elo and Away team Elo a month before. |
🏃 EloChange2Home |
float | The difference between today's Home team Elo and Home team Elo two months before. |
🏃 EloChange2Away |
float | The difference between today's Away team Elo and Away team Elo two months before. |
🏠 HomeRecord |
int | Number of points gathered by home team in the last 5 home matches (Win = 3 points, Draw = 1 point, Loss = 0 points, so this value is between 0 and 15). |
🚗 AwayRecord |
int | Number of points gathered by away team in the last 5 away matches (Win = 3 points, Draw = 1 point, Loss = 0 points, so this value is between 0 and 15). |
💆♂️ RestDaysHome |
int | Number of days between Home team's last match and today (note this might not give correct and accurate results because of other competitions played in between domestic league matches, such as domestic cups and continental cups, as well as international break games). |
💆♂️ RestDaysAway |
int | Number of days between Away team's last match and today (note this might not give correct and accurate results because of other competitions played in between domestic league matches, such as domestic cups and continental cups, as well as international break games). |
⛓️💥 DERIVED FEATURES
Derived features are computed quickly on-the-go and that's why they are not included in the base dataset, however they may still contain some very useful information that can affect teams' performances such as their relative chances, attacking potence or defensive strength. These are just some of the suggestions for the derived features you can get from the dataset that could come in handy when using the dataset:
| Column | Data Type | Description |
|---|---|---|
🕘 MatchDateTime |
datetime | Combining match day and match time as one data type. |
⚽️ TotalGoals |
int | Goals scored by Home team + Goals scored by Away team. |
1️⃣0️⃣ 1XOdd |
float | Combined odd for Double chance bet - Home Team Win or a Draw (making Max1XOdd is also possible). |
0️⃣2️⃣ X2Odd |
float | Combined odd for Double chance bet - Away Team Win or a Draw (making MaxX2Odd is also possible). |
1️⃣2️⃣ 12Odd |
float | Combined odd for Double chance bet - Home Team Win or an Away Team Win (making Max12Odd is also possible). |
📊 EloDifference |
float | Difference between Home Team Elo rating and Away Team Elo rating. |
📊 EloTotal |
float | Home Team Elo rating + Away Team Elo rating. |
📊 EloAdvantage |
float | EloDifference divided by EloTotal - normalizes the Elo difference to become a percentage. |
📉 Form3Difference |
int | Home Team Form3 - Away Team Form3. |
📉 Form5Difference |
int | Home Team Form5 - Away Team Form5. |
↗️ FormMomentumHome |
int | Difference between Home Team's recent and older form, derived from the formula Form3Home - (Form5Home - Form3Home). Values lie between -15 for the worst momentum and 18 for the best momentum. |
↗️ FormMomentumAway |
int | Difference between Away Team's recent and older form, derived from the formula Form3Away - (Form5Away - Form3Away). Values lie between -15 for the worst momentum and 18 for the best momentum. |
1️⃣ ImpliedProbHome |
float | Probability value for Home Win derived from OddHome using formula 1/OddHome. |
0️⃣ ImpliedProbDraw |
float | Probability value for a Draw derived from OddDraw using formula 1/OddDraw. |
2️⃣ ImpliedProbAway |
float | Probability value for Away Win derived from OddAway using formula 1/OddAway. |
➗️ ImpliedProbTotal |
float | ImpliedProbHome + ImpliedProbDraw + ImpliedProbAway. |
💰️ BookmakerMargin |
float | ImpliedProbTotal - 1. Understoot as a "market uncertainty", can help distinguishing between clear-favorite matches and matches that can go either way. |
🏹 ShotsDifference |
int | HomeShots - AwayShots. |
🏹 ShotsTotal |
int | HomeShots + AwayShots. |
🎯 ShotAccuracyHome |
float | HomeTarget / HomeShots. Gives us % accuracy, this tends to go up as match progresses. Better team does not necessarily need to have better shot accuracy. |
🎯 ShotAccuracyAway |
float | AwayTarget / AwayShots. Gives us % accuracy, this tends to go up as match progresses. Better team does not necessarily need to have better shot accuracy. |
🎯 ShotAccuracyDiff |
float | ShotAccuracyHome - ShotAccuracyAway. |
🗡️ ScoringEfficiencyHome |
float | Derived from Home Team's goals and Home Team's shots on target. Home Elo, Odds and Form can also be taken into account as well as historic scoring ratios. |
🗡️ ScoringEfficiencyAway |
float | Derived from Away Team's goals and Away Team's shots on target. Away Elo, Odds and Form can also be taken into account as well as historic scoring ratios. |
🛡️ DefensiveRatingHome |
float | Derived from Home Team's fouls and Away Team's shots and shots on target. Home Elo, Odds and Form can also be taken into account as well as historic scoring ratios. |
🛡️ DefensiveRatingAway |
float | Derived from Away Team's fouls and Home Team's shots and shots on target. Away Elo, Odds and Form can also be taken into account as well as historic scoring ratios. |
🚩 CornersDifference |
int | HomeCorners - AwayCorners. |
🚩 CornersTotal |
int | HomeCorners + AwayCorners. |
🏋️ GameDominanceIndex |
float | GDI, to some extent reflexing match ball possesion and the number of attacking chances. Derived from shot and corner data using formula (CornersDifference+ShotsDifference)/2), can be fine-tuned. |
⛔️ CardPointsHome |
int | HomeYellow + 2* HomeRed. Multiplier of 3 or 4 can also be used to get better results in Machine Learning. |
⛔️ CardPointsAway |
int | AwayYellow+ 2* AwayRed. Multiplier of 3 or 4 can also be used to get better results in Machine Learning. |
⛔️ CardPointsDiff |
int | CardPointsHome - CardPointsAway. |
🧱 DrawLikelihood |
float | Derived from EloDifference, Form5Difference and ImpliedProbDraw. Gives a weighted % likelihood of a draw, which is notoriously difficult to predict when predicting football matches. Used to counter-weight the clear-winner-biased Machine Learning methods. |
🧤 CleanSheetProbHome |
float | Derived from DefensiveRatingHome and ScoringEfficiencyAway. Gives a weighted % likelihood of Home Team keeping a clean sheet. |
🧤 CleanSheetProbAway |
float | Derived from DefensiveRatingAway and ScoringEfficiencyHome. Gives a weighted % likelihood of Away Team keeping a clean sheet. |
🔍️ ExpectedGoalsHome |
float | Derived from HomeTarget, ShotAccuracyHome, OddHome and recent home scoring trends (not to be confused with popular xG metric not included in this dataset). |
🔍️ ExpectedGoalsAway |
float | Derived from AwayTarget, ShotAccuracyAway, OddAway and recent away scoring trends (not to be confused with popular xG metric not included in this dataset). |
🚀 POSSIBLE APPLICATIONS
⌛️ History book: Has a team ever won when 3-0 down at halftime? Browse historical data and find bizarre records, oddities, and against-the-odds performances of your favorites.
🔎 Hypothesis testing: Are more goals scored during late-night matches? Do Premier League players have better shot accuracy? Test your own hypothesis on this huge dataset.
📊 Match prediction: Who's going to win and by what margin? Predict match outcomes, total goals, or team goals before or during the actual game using historical data, team form data, and match stats.
🆚 Team comparison: United 2007/08 or City 2022/23? Compare teams' historical seasons, their points, game results, and form streaks during different periods of time.
🖼️ Data visualization: Elo strength over time, average goals scored per league, or anything else - create data visualizations and accurate graphs from any metrics possible.
- Downloads last month
- 52