I need to write a data frame to a single csv file, and found out that I can use sdf_coalesce()
to turn the file into a single partition. I want to find out if there's any way I can change the name of the csv file generated by spark_write_csv()
?
Thanks in advance.