RRO
Databricks Partner

As far as I know this will always create a folder with distributed data.

You can try to use pandas to_csv instead:

df.toPandas().to_csv("dbfs:/mnt/azurestorage/filename.csv")

View solution in original post