ForzaJuve1 commited on
Commit
b2ecc53
1 Parent(s): e76f127

Update Integration.py

Browse files
Files changed (1) hide show
  1. Integration.py +5 -5
Integration.py CHANGED
@@ -649,10 +649,10 @@ class Euro2020Dataset(GeneratorBasedBuilder):
649
  "Humidity": row["Humidity"],
650
  "Temperature": row["Temperature"],
651
  "WindSpeed": row["WindSpeed"],
652
- "MatchEvent": row["MatchEvent"] #MatchEvent_dict,
653
- "TeamLineUps": row["TeamLineUps"] #TeamLineUps_dict,
654
- "TeamStats": row["TeamStats"]#TeamStats_dict,
655
- "PlayerStats": row["PlayerStats"]#PlayerStats_dict,
656
- "PlayerPreMatchInfo": row["PlayerPreMatchInfo"]#PlayerPreMatchInfo_dict,
657
  }
658
 
 
649
  "Humidity": row["Humidity"],
650
  "Temperature": row["Temperature"],
651
  "WindSpeed": row["WindSpeed"],
652
+ "MatchEvent": row["MatchEvent"], #MatchEvent_dict,
653
+ "TeamLineUps": row["TeamLineUps"], #TeamLineUps_dict,
654
+ "TeamStats": row["TeamStats"],#TeamStats_dict,
655
+ "PlayerStats": row["PlayerStats"],#PlayerStats_dict,
656
+ "PlayerPreMatchInfo": row["PlayerPreMatchInfo"],#PlayerPreMatchInfo_dict,
657
  }
658