ForzaJuve1 commited on
Commit
da094df
1 Parent(s): dab61fe

Update Integration.py

Browse files
Files changed (1) hide show
  1. Integration.py +2 -2
Integration.py CHANGED
@@ -40,7 +40,7 @@ class Euro2020Dataset(GeneratorBasedBuilder):
40
  "Temperature": Value("int64"),
41
  "WindSpeed": Value("int64"),
42
  "MatchEvent": Features({
43
- "1-First Half": Sequence(Features({
44
  "Event": Value("string"),
45
  "Minute": Value("int64"),
46
  "Phase": Value("int64"),
@@ -52,7 +52,7 @@ class Euro2020Dataset(GeneratorBasedBuilder):
52
  "Time": Value("string"),
53
  "MatchEventAttribute": Value("string"), # contains both nan (float) and string, so use string to
54
  # accommadate both
55
- })),
56
  "2-Second Half": Sequence(Features({
57
  "Event": Value("string"),
58
  "Minute": Value("int64"),
 
40
  "Temperature": Value("int64"),
41
  "WindSpeed": Value("int64"),
42
  "MatchEvent": Features({
43
+ "1-First Half": Features({
44
  "Event": Value("string"),
45
  "Minute": Value("int64"),
46
  "Phase": Value("int64"),
 
52
  "Time": Value("string"),
53
  "MatchEventAttribute": Value("string"), # contains both nan (float) and string, so use string to
54
  # accommadate both
55
+ }),
56
  "2-Second Half": Sequence(Features({
57
  "Event": Value("string"),
58
  "Minute": Value("int64"),