HyukjinKwon commented on a change in pull request #32674:
URL: https://github.com/apache/spark/pull/32674#discussion_r640251129
##########
File path: python/pyspark/pandas/frame.py
##########
@@ -882,6 +882,9 @@ def add(self, other) -> "DataFrame":
spark = CachedAccessor("spark", SparkFrameMethods)
# create accessor for pandas-on-Spark specific methods.
+ pandas_on_spark = CachedAccessor("pandas_on_spark",
PandasOnSparkFrameMethods)
+
+ # keep the name "koalas" for backward compatibility.
koalas = CachedAccessor("koalas", PandasOnSparkFrameMethods)
Review comment:
Can we deprecate this and show a deprecated warning when users call this?
--
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]