Github user MaxGekk commented on a diff in the pull request:
https://github.com/apache/spark/pull/20949#discussion_r197644657
--- Diff: python/pyspark/sql/readwriter.py ---
@@ -895,6 +895,8 @@ def csv(self, path, mode=None, compression=None,
sep=None, quote=None, escape=No
the quote character. If None is
set, the default value is
escape character when escape and
quote characters are
different, ``\0`` otherwise..
+ :param encoding: sets encoding used for encoding the file. If None
is set, it
--- End diff --
Could you reformulate this `encoding used for encoding`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]