Closed
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
main
here
Location of the documentation
https://pandas.pydata.org/docs/user_guide/visualization.html
Documentation problem
All code examples about visualization (e.g. plot()
) are using Jupyter notebook. This code only runs in such notebooks.
A "usual" python shell interpreter running in a DOS-Box or bash can not handle that code.
I am aware that notebooks are quit usual in the pandas and data science universe. It is kind of a standard by convention. But there are situations where it is not possible and not suited to use them.
Suggested fix for documentation
Maybe you don't need to rewrite the whole docu.
But maybe it is easy (?) to add an extra section about how to modify such code examples in a way that hey run and work without a notebook also.
And link to that section in the beginning of the visualization part.