Github user mmolimar commented on a diff in the pull request:
https://github.com/apache/spark/pull/22234#discussion_r212851409
--- Diff: python/pyspark/sql/readwriter.py ---
@@ -457,9 +459,9 @@ def csv(self, path, schema=None, sep=None,
encoding=None, quote=None, escape=Non
schema=schema, sep=sep, encoding=encoding, quote=quote,
escape=escape, comment=comment,
header=header, inferSchema=inferSchema,
ignoreLeadingWhiteSpace=ignoreLeadingWhiteSpace,
ignoreTrailingWhiteSpace=ignoreTrailingWhiteSpace,
nullValue=nullValue,
- nanValue=nanValue, positiveInf=positiveInf,
negativeInf=negativeInf,
- dateFormat=dateFormat, timestampFormat=timestampFormat,
maxColumns=maxColumns,
- maxCharsPerColumn=maxCharsPerColumn,
+ emptyValue=emptyValue, nanValue=nanValue,
positiveInf=positiveInf,
--- End diff --
Done!
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]