ForzaJuve1 commited on
Commit
6540830
1 Parent(s): e77c0bd

Update Integration.py

Browse files
Files changed (1) hide show
  1. Integration.py +1 -1
Integration.py CHANGED
@@ -558,7 +558,7 @@ class Euro2020Dataset(GeneratorBasedBuilder):
558
 
559
  match_event_str = row["MatchEvent"]
560
  match_event_str = match_event_str.replace("Incident=NoPenalty,Reason=HandBall,Status=SilentCheck",
561
- "Incident: NoPenalty,Reason: HandBall,Status: SilentCheck"
562
  #match_event_replaced = match_event_str.replace("'", '"')
563
  #match_event_replaced = match_event_str.replace(": nan: ", ": None: ")
564
  match_event = yaml.safe_load(match_event_str)
 
558
 
559
  match_event_str = row["MatchEvent"]
560
  match_event_str = match_event_str.replace("Incident=NoPenalty,Reason=HandBall,Status=SilentCheck",
561
+ "Incident: NoPenalty,Reason: HandBall,Status: SilentCheck")
562
  #match_event_replaced = match_event_str.replace("'", '"')
563
  #match_event_replaced = match_event_str.replace(": nan: ", ": None: ")
564
  match_event = yaml.safe_load(match_event_str)