HyukjinKwon commented on a change in pull request #32835:
URL: https://github.com/apache/spark/pull/32835#discussion_r648793950



##########
File path: python/docs/source/user_guide/pandas_on_spark/best_practices.rst
##########
@@ -227,19 +227,19 @@ See `Default Index Type 
<options.rst#default-index-type>`_ for more details abou
 Reduce the operations on different DataFrame/Series
 ---------------------------------------------------
 
-Koalas disallows the operations on different DataFrames (or Series) by default 
to prevent expensive operations.
+Pandas APIs on Spark disallows the operations on different DataFrames (or 
Series) by default to prevent expensive operations.

Review comment:
       ```suggestion
   Pandas APIs on Spark disallow the operations on different DataFrames (or 
Series) by default to prevent expensive operations.
   ```




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

Reply via email to