You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/08/01 01:48:28 UTC

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #37304: [SPARK-39877][PYTHON] Add unpivot to PySpark DataFrame API

HyukjinKwon commented on code in PR #37304:
URL: https://github.com/apache/spark/pull/37304#discussion_r934080682


##########
python/pyspark/sql/dataframe.py:
##########
@@ -2238,6 +2238,140 @@ def cube(self, *cols: "ColumnOrName") -> "GroupedData":  # type: ignore[misc]
 
         return GroupedData(jgd, self)
 
+    def unpivot(

Review Comment:
   Let'd document it under https://github.com/apache/spark/blob/master/python/docs/source/reference/pyspark.sql/dataframe.rst



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org