HyukjinKwon commented on code in PR #38399:
URL: https://github.com/apache/spark/pull/38399#discussion_r1006312293


##########
python/pyspark/pandas/namespace.py:
##########
@@ -234,8 +234,8 @@ def read_csv(
 
     Parameters
     ----------
-    path : str
-        The path string storing the CSV file to be read.
+    path : str or list
+        path(s) of the CSV file(s) to be read.

Review Comment:
   Can we add this examaple to the docstring?



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

Reply via email to