Spaces:
Running
Running
Alvaro
commited on
Commit
·
5f34bc0
1
Parent(s):
b38f690
Update to_csv.py
Browse files- src/to_csv.py +1 -1
src/to_csv.py
CHANGED
@@ -84,4 +84,4 @@ def json_to_csv(json_file_path, csv_file_path):
|
|
84 |
print(f"Successfully converted {json_file_path} to {csv_file_path}")
|
85 |
|
86 |
if __name__ == '__main__':
|
87 |
-
json_to_csv('ufc_events_detailed.json', 'ufc_fights.csv')
|
|
|
84 |
print(f"Successfully converted {json_file_path} to {csv_file_path}")
|
85 |
|
86 |
if __name__ == '__main__':
|
87 |
+
json_to_csv('output/ufc_events_detailed.json', 'output/ufc_fights.csv')
|