John Bollenbacher created SPARK-22484:
-----------------------------------------

             Summary: PySpark DataFrame.write.csv(quote="") uses nullchar as 
quote
                 Key: SPARK-22484
                 URL: https://issues.apache.org/jira/browse/SPARK-22484
             Project: Spark
          Issue Type: Bug
          Components: Input/Output
    Affects Versions: 2.2.0
            Reporter: John Bollenbacher
            Priority: Minor


[Documentation](https://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=save#pyspark.sql.DataFrame)
 of DataFrame.write.csv() says that setting the quote parameter to an empty 
string should turn off quoting.  Instead, it uses the [null 
character](https://en.wikipedia.org/wiki/Null_character) as the quote.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to