art000109 commented on code in PR #57359:
URL: https://github.com/apache/spark/pull/57359#discussion_r3611590937
##########
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:
yeah, Pandas API was added in SPARK-34849 for 3.2.0
##########
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:
yes, Pandas API was added in SPARK-34849 for 3.2.0
--
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]