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