HyukjinKwon commented on a change in pull request #32835:
URL: https://github.com/apache/spark/pull/32835#discussion_r648796059
##########
File path: python/docs/source/user_guide/pandas_on_spark/transform_apply.rst
##########
@@ -34,7 +34,7 @@ to return the same length of the input and the latter does
not require this. See
...
>>> kdf.apply(pandas_plus)
-In this case, each function takes a pandas Series, and Koalas computes the
functions in a distributed manner as below.
+In this case, each function takes a pandas Series, and pandas APIs on Spark
computes the functions in a distributed manner as below.
Review comment:
```suggestion
In this case, each function takes a pandas Series, and pandas APIs on Spark
compute the functions in a distributed manner as below.
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]