xinrong-meng commented on code in PR #48492:
URL: https://github.com/apache/spark/pull/48492#discussion_r1804042971
##########
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-49999 for a follow-up on
optional "column" parameter support in box, kde and hist plots
--
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]