itholic commented on a change in pull request #34406:
URL: https://github.com/apache/spark/pull/34406#discussion_r786452886
##########
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:
Thanks for the work to improve the documents, but maybe I think it just
follows the [pandas
documents](https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html),
so maybe we can just keep it as is if there is no strong necessity.
Following the pandas as much as possible is the goal we aim for the most in
pandas API on Spark.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]