bugfixing
This commit is contained in:
parent
d911c844a7
commit
12b3dc44fe
@ -88,7 +88,6 @@ def main():
|
|||||||
|
|
||||||
# Save the DataFrame to a JSON file
|
# Save the DataFrame to a JSON file
|
||||||
if not df.empty:
|
if not df.empty:
|
||||||
print(df)
|
|
||||||
df.to_json(json_file_path, orient='records', indent=2)
|
df.to_json(json_file_path, orient='records', indent=2)
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user