HyukjinKwon commented on a change in pull request #32835:
URL: https://github.com/apache/spark/pull/32835#discussion_r648800743
##########
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
Review comment:
pandas-on-Spark plans
--
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]