Sign in
apache
/
spark-website
/
f7fc275b5cd176e4d65d70f1b933e7fcce370584
/
.
/
site
/
docs
/
4.0.0-preview1
/
api
/
python
/
reference
/
pyspark.pandas
/
api
/
pyspark-pandas-Series-plot-hist-1.py
blob: 21b816441785a73eb61d4500c81b7cca3a6c34aa [
file
] [
log
] [
blame
]
s
=
ps
.
Series
([
1
,
3
,
2
])
s
.
plot
.
hist
()
# doctest: +SKIP