Hi Mina, This might help df.coalesce(1).write.option("header","true").mode("overwrite").csv("output")
Regards, Snehasish On Wed, Feb 21, 2018 at 1:53 AM, Mina Aslani <aslanim...@gmail.com> wrote: > Hi, > > I would like to serialize a dataframe with vector values into a text/csv > in pyspark. > > Using below line, I can write the dataframe(e.g. df) as parquet, however I > cannot open it in excel/as text. > df.coalesce(1).write.option("header","true").mode("overwrite > ").save("output") > > Best regards, > Mina > >