xinrong-meng commented on code in PR #48492:
URL: https://github.com/apache/spark/pull/48492#discussion_r1804043756


##########
python/pyspark/sql/plot/core.py:
##########
@@ -388,6 +396,127 @@ def box(
         """
         return self(kind="box", column=column, precision=precision, **kwargs)
 
+    def kde(
+        self,
+        column: Union[str, List[str]],

Review Comment:
   Create https://issues.apache.org/jira/browse/SPARK-50000 for  optional 
"bw_method" in both Pandas on Spark and PySpark



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

Reply via email to