ForzaJuve1
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,92 @@
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- no-annotation
|
4 |
language:
|
5 |
- en
|
6 |
+
multilinguality:
|
7 |
+
- monolingual
|
8 |
+
size_categories:
|
9 |
+
- 100K<n<1M
|
10 |
+
source_datasets:
|
11 |
+
- original
|
12 |
+
task_categories:
|
13 |
+
- dataset composing & aggregation
|
14 |
+
- dataset decomposing
|
15 |
+
- data visualization
|
16 |
+
- performance analytics
|
17 |
+
- regression analysis
|
18 |
+
pretty_name: UEFAEuro2020Dataset
|
19 |
+
tags:
|
20 |
+
- football
|
21 |
+
- soccer
|
22 |
+
- Euro 2020 tournament
|
23 |
+
- sports analytics
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: HomeTeamName
|
27 |
+
dtype: string
|
28 |
+
- name: AwayTeamName
|
29 |
+
sequence: string
|
30 |
+
- name: DateandTimeCET
|
31 |
+
dtype: string
|
32 |
+
- name: MatchID
|
33 |
+
dtype: int64
|
34 |
+
- name: RoundName
|
35 |
+
dtype: string
|
36 |
+
- name: Stage
|
37 |
+
dtype: string
|
38 |
+
- name: MatchDay
|
39 |
+
dtype: int64
|
40 |
+
- name: Session
|
41 |
+
dtype: int64
|
42 |
+
- name: MatchMinute
|
43 |
+
dtype: int64
|
44 |
+
- name: InjuryTime
|
45 |
+
dtype: int64
|
46 |
+
- name: NumberOfPhases
|
47 |
+
dtype: int64
|
48 |
+
- name: Phase
|
49 |
+
dtype: int64
|
50 |
+
- name: ScoreHome
|
51 |
+
dtype: int64
|
52 |
+
- name: ScoreAway
|
53 |
+
dtype: int64
|
54 |
+
- name: MatchStatus
|
55 |
+
dtype: string
|
56 |
+
- name: StadiumID
|
57 |
+
dtype: int64
|
58 |
+
- name: RefereeWebName
|
59 |
+
dtype: string
|
60 |
+
- name: NumberofMatchesRefereedPostMatch
|
61 |
+
dtype: int64
|
62 |
+
- name: TotalNumberofMatchesRefereed
|
63 |
+
dtype: int64
|
64 |
+
- name: NumberofMatchesRefereedinGroupStage
|
65 |
+
dtype: int64
|
66 |
+
- name: NumberofMatchesRefereedinKnockoutStage
|
67 |
+
dtype: int64
|
68 |
+
- name: AssistantRefereeWebName
|
69 |
+
dtype: string
|
70 |
+
- name: Humidity
|
71 |
+
dtype: int64
|
72 |
+
- name: Temperature
|
73 |
+
dtype: int64
|
74 |
+
- name: WindSpeed
|
75 |
+
dtype: int64
|
76 |
+
- name: MatchEvent
|
77 |
+
dtype: dict
|
78 |
+
- name: TeamLineUps
|
79 |
+
dtype: dict
|
80 |
+
- name: TeamStats
|
81 |
+
dtype: dict
|
82 |
+
- name: PlayerStats
|
83 |
+
dtype: dict
|
84 |
+
- name: PlayerPreMatchInfo
|
85 |
+
dtype: dict
|
86 |
+
splits:
|
87 |
+
- name: train
|
88 |
+
|
89 |
+
|
90 |
+
|
91 |
+
|
92 |
---
|