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