SPRKPY1070
The `mode` parameter in the methods of CSV, JSON and PARQUET is transformed to `overwrite`
Description
Scenarios
Scenario 1
df.write.csv(file_path, mode="overwrite")df.write.csv(file_path, format_type_options = dict(compression = "None"), overwrite = True)Additional recommendations
Last updated
