ForzaJuve1 commited on
Commit
37cd4de
1 Parent(s): 3060f0d

Update Integration

Browse files
Files changed (1) hide show
  1. Integration +6 -0
Integration CHANGED
@@ -152,3 +152,9 @@ class Euro2020Dataset(DatasetBuilder):
152
  "PlayerStats": row["PlayerStats"],
153
  "PlayerPreMatchInfo": row["PlayerPreMatchInfo"],
154
  }
 
 
 
 
 
 
 
152
  "PlayerStats": row["PlayerStats"],
153
  "PlayerPreMatchInfo": row["PlayerPreMatchInfo"],
154
  }
155
+
156
+ from datasets import load_dataset
157
+
158
+ # Load the dataset
159
+ dataset = load_dataset("path/to/euro2020.py")
160
+