Sign in
apache
/
spark-website
/
74943c8625877cef547882f29b430d612b6f6a45
/
.
/
site
/
docs
/
4.0.0-preview2
/
api
/
python
/
reference
/
pyspark.pandas
/
api
/
pyspark-pandas-DataFrame-plot-density-2.py
blob: 44b95b656bae6edc8c53370abac1d87e010e442f [
file
] [
log
] [
blame
]
s
=
ps
.
Series
([
1
,
2
,
2.5
,
3
,
3.5
,
4
,
5
])
s
.
plot
.
kde
(
bw_method
=
3
)
# doctest: +SKIP