You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/03/09 02:00:38 UTC

[GitHub] [spark] tnixon commented on a change in pull request #34406: Minor fix to docs for read_csv

tnixon commented on a change in pull request #34406:
URL: https://github.com/apache/spark/pull/34406#discussion_r822225909



##########
File path: python/pyspark/pandas/namespace.py
##########
@@ -272,7 +272,7 @@ def read_csv(
         The character used to denote the start and end of a quoted item. Quoted items can include
         the delimiter and it will be ignored.
     escapechar : str (length 1), default None
-        One-character string used to escape delimiter
+        One-character string used for escaping quotes inside an already quoted value.

Review comment:
       Good point @itholic - I have updated the PR to reflect the Pandas docs. 
   
   yes, this param is used to escape more than just the quotes, but also more than just the delimiter char (as suggested by the current language).




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org