Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 07:36 AM
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")