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



##########
File path: python/docs/source/user_guide/pandas_on_spark/typehints.rst
##########
@@ -42,10 +42,10 @@ it as a Spark schema. As an example, you can specify the 
return type hint as bel
     >>> df = ks.DataFrame({'A': ['a', 'a', 'b'], 'B': [1, 2, 3], 'C': [4, 6, 
5]})
     >>> df.groupby('A').apply(pandas_div)
 
-The function ``pandas_div`` actually takes and outputs a pandas DataFrame 
instead of Koalas :class:`DataFrame`.
-However, Koalas has to force to set the mismatched type hints.
+The function ``pandas_div`` actually takes and outputs a pandas DataFrame 
instead of pandas APIs on Spark :class:`DataFrame`.

Review comment:
       pandas-on-Spark DataFrame




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