comma fix
Browse files
nba_tracking_data_15_16.py
CHANGED
@@ -217,7 +217,7 @@ class NbaTracking(datasets.GeneratorBasedBuilder):
|
|
217 |
},
|
218 |
"player_coordinates": {
|
219 |
"teamid": team_id,
|
220 |
-
"player_id"
|
221 |
"x": x,
|
222 |
"y": y,
|
223 |
"z": z
|
|
|
217 |
},
|
218 |
"player_coordinates": {
|
219 |
"teamid": team_id,
|
220 |
+
"player_id": player_id,
|
221 |
"x": x,
|
222 |
"y": y,
|
223 |
"z": z
|