Update Euro_2020_Integration.py
Browse files- Euro_2020_Integration.py +1 -1
Euro_2020_Integration.py
CHANGED
|
@@ -12,7 +12,7 @@ class Euro2020Dataset(GeneratorBasedBuilder):
|
|
| 12 |
|
| 13 |
def _info(self):
|
| 14 |
return DatasetInfo(
|
| 15 |
-
description="
|
| 16 |
features=Features({
|
| 17 |
"HomeTeamName": Value("string"),
|
| 18 |
"AwayTeamName": Value("string"),
|
|
|
|
| 12 |
|
| 13 |
def _info(self):
|
| 14 |
return DatasetInfo(
|
| 15 |
+
description="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.",
|
| 16 |
features=Features({
|
| 17 |
"HomeTeamName": Value("string"),
|
| 18 |
"AwayTeamName": Value("string"),
|