ForzaJuve1 commited on
Commit
a980071
1 Parent(s): 4db80d6

Update Integration.py

Browse files
Files changed (1) hide show
  1. Integration.py +1 -1
Integration.py CHANGED
@@ -623,7 +623,7 @@ class Euro2020Dataset(GeneratorBasedBuilder):
623
  "WindSpeed": row["WindSpeed"],
624
  "MatchEvent": match_event_processed,
625
  "TeamLineUps": team_lineup,
626
- "TeamStats": team_stats,
627
  #"PlayerStats": player_stats,
628
  "PlayerPreMatchInfo": pre_match_info,
629
  }
 
623
  "WindSpeed": row["WindSpeed"],
624
  "MatchEvent": match_event_processed,
625
  "TeamLineUps": team_lineup,
626
+ #"TeamStats": team_stats,
627
  #"PlayerStats": player_stats,
628
  "PlayerPreMatchInfo": pre_match_info,
629
  }