bjornjorgensen commented on code in PR #37023:
URL: https://github.com/apache/spark/pull/37023#discussion_r910245306
##########
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:
@bzhaoopenstack I like this one..
Delimiter to use. Can also use a custom delimiter as separator.
--
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]