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



##########
File path: python/docs/source/user_guide/pandas_on_spark/best_practices.rst
##########
@@ -5,23 +5,23 @@ Best Practices
 Leverage PySpark APIs
 ---------------------
 
-Koalas uses Spark under the hood; therefore, many features and performance 
optimization are available
-in Koalas as well. Leverage and combine those cutting-edge features with 
Koalas.
+Pandas APIs on Spark uses Spark under the hood; therefore, many features and 
performance optimization are available
+in pandas APIs on Spark as well. Leverage and combine those cutting-edge 
features with pandas APIs on Spark.
 
-Existing Spark context and Spark sessions are used out of the box in Koalas. 
If you already have your own
-configured Spark context or sessions running, Koalas uses them.
+Existing Spark context and Spark sessions are used out of the box in pandas 
APIs on Spark. If you already have your own
+configured Spark context or sessions running, pandas APIs on Spark uses them.

Review comment:
       ```suggestion
   configured Spark context or sessions running, pandas APIs on Spark use them.
   ```




-- 
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to