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



##########
File path: python/docs/source/user_guide/pandas_on_spark/typehints.rst
##########
@@ -66,16 +66,16 @@ Likewise, pandas Series can be also used as a type hints:
     >>> df = ks.DataFrame([[4, 9]] * 3, columns=['A', 'B'])
     >>> df.apply(sqrt, axis=0)
 
-Currently, both Koalas and pandas instances can be used to specify the type 
hints; however, Koalas
+Currently, both pandas APIs on Spark and pandas instances can be used to 
specify the type hints; however, pandas APIs on Spark
 plans to move gradually towards using pandas instances only as the stability 
becomes proven.
 
 
 Type Hinting with Names
 -----------------------
 
-In Koalas 1.0, the new style of type hinting was introduced to overcome the 
limitations in the existing type
+In pandas APIs on Spark 1.0, the new style of type hinting was introduced to 
overcome the limitations in the existing type

Review comment:
       ```suggestion
   In pandas-on-Spark 1.0, the new style of type hinting was introduced to 
overcome the limitations in the existing type
   ```




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