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/06/29 13:02:42 UTC

[GitHub] [spark] srowen commented on a diff in pull request #37023: [TYPO-FIX] Make the 'sep' description better in read_csv of pyspark p…

srowen commented on code in PR #37023:
URL: https://github.com/apache/spark/pull/37023#discussion_r909603755


##########
python/pyspark/pandas/namespace.py:
##########
@@ -238,7 +238,8 @@ def read_csv(
     path : str
         The path string storing the CSV file to be read.
     sep : str, default ‘,’
-        Delimiter to use. Must be a single character.
+        Delimiter to use. A character string(len(sep) >= 1) which is used to separate

Review Comment:
   Space after 'string' (or just omit the parenthetical)
   You're sure a multi-character string works here?



-- 
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