Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/19814#discussion_r153198556
--- 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 empty string` -> `If an empty string `
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]