Sign in
apache
/
spark-website
/
93bc1c7c25eb16b9bf53253b1759723ca3da6ea0
/
.
/
site
/
docs
/
4.1.0-preview2
/
api
/
python
/
reference
/
pyspark.pandas
/
api
/
pyspark-pandas-DataFrame-plot-bar-1.py
blob: b1883c90704c1d7590a2fa40ffb060ac4e8a104f [
file
]
s
=
ps
.
Series
([
1
,
3
,
2
])
s
.
plot
.
bar
()
# doctest: +SKIP