BS_THE_ANALYST
Databricks Partner

@pop_smoke you also have the option to just literally write it out as a single CSV as such:

BS_THE_ANALYST_0-1757162393444.png

This does involve converting it to a pandas dataframe though. 

Just depends on your usecase ☺️.

Syntax

# Convert to Pandas and save locally (good for small DataFrames)
df.toPandas().to_csv("/Volumes/workspace/default/volume_files/media_customer_reviews_single.csv", index=False)



All the best,
BS

View solution in original post