Spaces:
Sleeping
Sleeping
Commit ·
56c0e51
1
Parent(s): dc6b00a
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def process_csv(input_file):
|
|
| 64 |
|
| 65 |
# Save the modified dataframe to the output file
|
| 66 |
output_file_path = "processed.csv"
|
| 67 |
-
df_modified.to_csv(output_file_path, index=False)
|
| 68 |
|
| 69 |
return output_file_path
|
| 70 |
|
|
|
|
| 64 |
|
| 65 |
# Save the modified dataframe to the output file
|
| 66 |
output_file_path = "processed.csv"
|
| 67 |
+
df_modified.to_csv(output_file_path, index=False, encoding="MS932")
|
| 68 |
|
| 69 |
return output_file_path
|
| 70 |
|