|
--- |
|
annotations_creators: |
|
- no-annotation |
|
language: |
|
- en |
|
multilinguality: |
|
- monolingual |
|
size_categories: |
|
- 100K<n<1M |
|
source_datasets: |
|
- original |
|
task_categories: |
|
- summarization |
|
- feature-extraction |
|
- other |
|
pretty_name: UEFAEuro2020Dataset |
|
tags: |
|
- football |
|
- soccer |
|
- Euro 2020 tournament |
|
- sports analytics |
|
- sports |
|
dataset_info: |
|
features: |
|
- name: HomeTeamName |
|
dtype: string |
|
- name: AwayTeamName |
|
sequence: string |
|
- name: DateandTimeCET |
|
dtype: string |
|
- name: MatchID |
|
dtype: int64 |
|
- name: RoundName |
|
dtype: string |
|
- name: Stage |
|
dtype: string |
|
- name: MatchDay |
|
dtype: int64 |
|
- name: Session |
|
dtype: int64 |
|
- name: MatchMinute |
|
dtype: int64 |
|
- name: InjuryTime |
|
dtype: int64 |
|
- name: NumberOfPhases |
|
dtype: int64 |
|
- name: Phase |
|
dtype: int64 |
|
- name: ScoreHome |
|
dtype: int64 |
|
- name: ScoreAway |
|
dtype: int64 |
|
- name: MatchStatus |
|
dtype: string |
|
- name: StadiumID |
|
dtype: int64 |
|
- name: RefereeWebName |
|
dtype: string |
|
- name: NumberofMatchesRefereedPostMatch |
|
dtype: int64 |
|
- name: TotalNumberofMatchesRefereed |
|
dtype: int64 |
|
- name: NumberofMatchesRefereedinGroupStage |
|
dtype: int64 |
|
- name: NumberofMatchesRefereedinKnockoutStage |
|
dtype: int64 |
|
- name: AssistantRefereeWebName |
|
dtype: string |
|
- name: Humidity |
|
dtype: int64 |
|
- name: Temperature |
|
dtype: int64 |
|
- name: WindSpeed |
|
dtype: int64 |
|
- name: MatchEvent |
|
dtype: dict |
|
- name: TeamLineUps |
|
dtype: dict |
|
- name: TeamStats |
|
dtype: dict |
|
- name: PlayerStats |
|
dtype: dict |
|
- name: PlayerPreMatchInfo |
|
dtype: dict |
|
splits: |
|
- name: train |
|
num_bytes: 1048576 |
|
num_examples: 51 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
--- |
|
|
|
# Euro 2020 Dataset Card |
|
|
|
## Table of Contents |
|
- [Dataset Description](#dataset-description) |
|
- [Dataset Summary](#dataset-summary) |
|
- [Dataset Processing](#dataset-processing) |
|
- [Supported Tasks](#supported-tasks) |
|
- [Languages](#languages) |
|
- [Dataset Structure](#dataset-structure) |
|
- [Data Instance](#data-instance) |
|
- [Data Fields](#data-fields) |
|
- [Data Splits](#data-splits) |
|
- [Dataset Creation](#dataset-creation) |
|
- [Curation Rationale](#curation-rationale) |
|
- [Source Data](#source-data) |
|
- [Limitations](#limitations) |
|
- [Citation](#citation) |
|
|
|
## Dataset Description |
|
|
|
### Dataset Summary |
|
This dataset contains highly detailed information on each of the 51 matches in the UEFA Euro 2020 tournament composed and aggregated from 6 original csv files. Each row represents the information for each match and the columns constitute a wide range of variables on basic match information, referee information and statistics, match events in different phases of a match, team line-up and squad information, team statistics and player statistics on different areas of the game, and player-based pre-match information. |
|
|
|
## Citation |
|
Mikhail Zhilkin @cervus (2021). "UEFA Euro 2020." Hosted by [data.world]. Available at: “https://data.world/cervus/uefa-euro-2020". |