Sign in
apache
/
spark-website
/
09eecfa321785be33d69343ae8327165c52e9973
/
.
/
site
/
docs
/
3.5.5
/
api
/
python
/
reference
/
pyspark.pandas
/
api
/
pyspark-pandas-Series-plot-bar-1.py
blob: b1883c90704c1d7590a2fa40ffb060ac4e8a104f [
file
] [
log
] [
blame
]
s
=
ps
.
Series
([
1
,
3
,
2
])
s
.
plot
.
bar
()
# doctest: +SKIP