Pyspark DataFrame en un seul CSV
df.repartition(1).write.csv('/path/csvname.csv')
Vinicius VALE
df.repartition(1).write.csv('/path/csvname.csv')