Hi all, I begin study python 1 month ago, today I learn Pandas in python and have a question, need anyone to help me.
I would like to draw an infographic like picture below for this table
Please let me know code of this info graphic.
Thanks for your help. Tai
Pandas docs might but a good place to start for some examples- https://pandas.pydata.org/pandas-docs/stable/user_guide/visualization.html
The backend defaults to matplotlib (though others are available) and you may need to start using matplotlib (or whatever backend you specify) commands for more complicated plots.