art000109 commented on code in PR #57359:
URL: https://github.com/apache/spark/pull/57359#discussion_r3611600755
##########
python/pyspark/pandas/frame.py:
##########
@@ -390,6 +390,19 @@ class DataFrame(Frame, Generic[T]):
pandas-on-Spark DataFrame that corresponds to pandas DataFrame logically.
This holds Spark
DataFrame internally.
+ .. versionadded:: 3.2.0
Review Comment:
This API calls the `DataFrame.pandas_api` function, which was added in
version 3.2.0
https://github.com/apache/spark/blob/master/python/pyspark/sql/dataframe.py#L6463
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]