ForzaJuve1 commited on
Commit
21c1e00
1 Parent(s): d789b93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -98,7 +98,7 @@ configs:
98
  ## Table of Contents
99
  - [Dataset Description](#dataset-description)
100
  - [Dataset Summary](#dataset-summary)
101
- - [Dataset Processing](#dataset-processing)
102
  - [Supported Tasks](#supported-tasks)
103
  - [Languages](#languages)
104
  - [Dataset Structure](#dataset-structure)
@@ -116,5 +116,12 @@ configs:
116
  ### Dataset Summary
117
  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.
118
 
 
 
 
 
 
 
 
119
  ## Citation
120
  Mikhail Zhilkin @cervus (2021). "UEFA Euro 2020." Hosted by [data.world]. Available at: “https://data.world/cervus/uefa-euro-2020".
 
98
  ## Table of Contents
99
  - [Dataset Description](#dataset-description)
100
  - [Dataset Summary](#dataset-summary)
101
+ - [Data Processing](#data-processing)
102
  - [Supported Tasks](#supported-tasks)
103
  - [Languages](#languages)
104
  - [Dataset Structure](#dataset-structure)
 
116
  ### Dataset Summary
117
  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.
118
 
119
+ ### Data Processing
120
+ Please see the 'uefa_euro2020_processing.py' file for detailed processing code and procedures.
121
+
122
+ ### Supported Tasks
123
+ The dataset preserves most of the supported tasks of the original source data. The new structure of the data also enables performing other tasks especially in terms of investigating the relationships between different level (individual player, team, match, match event, etc.) by composing and aggregating the original data. Some examples include:
124
+ - Extract, Visualize, and analyze statistics for players, teams, referees, and other participants within and across matches.
125
+
126
  ## Citation
127
  Mikhail Zhilkin @cervus (2021). "UEFA Euro 2020." Hosted by [data.world]. Available at: “https://data.world/cervus/uefa-euro-2020".