Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/19814#discussion_r153062402 --- Diff: python/pyspark/sql/readwriter.py --- @@ -828,8 +828,7 @@ def csv(self, path, mode=None, compression=None, sep=None, quote=None, escape=No set, it uses the default value, ``,``. :param quote: sets the single character used for escaping quoted values where the separator can be part of the value. If None is set, it uses the default - value, ``"``. If you would like to turn off quotations, you need to set an - empty string. + value, ``"``. If empty string is set, it uses ``u0000``. --- End diff -- If there are doc changes to be done for options here, let's make sure chaning all. Quick and easy way will be just `grep` and replace.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org