HyukjinKwon commented on a change in pull request #32835:
URL: https://github.com/apache/spark/pull/32835#discussion_r648794163
##########
File path: python/docs/source/user_guide/pandas_on_spark/best_practices.rst
##########
@@ -254,9 +254,9 @@ In case of pandas, it works properly out of the box as
below:
6
pandas dataset lives in the single machine, and is naturally iterable locally
within the same machine.
-However, Koalas dataset lives across multiple machines, and they are computed
in a distributed manner.
+However, pandas APIs on Spark dataset lives across multiple machines, and they
are computed in a distributed manner.
Review comment:
pandas-on-Spark dataset?
--
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]