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


##########
python/pyspark/sql/pandas/map_ops.py:
##########
@@ -43,16 +43,14 @@ def mapInPandas(
     ) -> "DataFrame":
         """
         Maps an iterator of batches in the current :class:`DataFrame` using a 
Python native
-        function that takes and outputs a pandas DataFrame, and returns the 
result as a
-        :class:`DataFrame`.
+        function that is performed on pandas DataFrames both as input and 
output, 

Review Comment:
   Let's also fix mapInArrow docs too



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