ForzaJuve1 commited on
Commit
a698a02
1 Parent(s): 2d9a3ba

Update Integration.py

Browse files
Files changed (1) hide show
  1. Integration.py +1 -1
Integration.py CHANGED
@@ -571,7 +571,7 @@ class Euro2020Dataset(GeneratorBasedBuilder):
571
 
572
  player_stats_str = row["PlayerStats"]
573
  player_stats_replaced = player_stats_str.replace("'", '"')
574
- #player_stats_replaced = player_stats_replaced.replace(": nan", ": null")
575
  player_stats = eval(player_stats_replaced)
576
 
577
  #pre_match_str = row["PlayerPreMatchInfo"]
 
571
 
572
  player_stats_str = row["PlayerStats"]
573
  player_stats_replaced = player_stats_str.replace("'", '"')
574
+ player_stats_replaced = player_stats_replaced.replace(": nan", ": null")
575
  player_stats = eval(player_stats_replaced)
576
 
577
  #pre_match_str = row["PlayerPreMatchInfo"]