Pyspark DataFrame ke CSV tunggal
df.repartition(1).write.csv('/path/csvname.csv')
Vinicius VALE
df.repartition(1).write.csv('/path/csvname.csv')