Haejoon Lee created SPARK-44372:
-----------------------------------
Summary: Enable KernelDensity within Spark Connect
Key: SPARK-44372
URL: https://issues.apache.org/jira/browse/SPARK-44372
Project: Spark
Issue Type: Sub-task
Components: Pandas API on Spark
Affects Versions: 3.5.0
Reporter: Haejoon Lee
import pyspark.pandas as ps
psdf = ps.DataFrame(\{"a": [1, 2, 3, 4, 5], "b": [1, 3, 5, 7, 9], "c": [2, 4,
6, 8, 10]})
psdf.plot.kde(bw_method=5, ind=3)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]