Is there any way to plot a Pandas series as a table? (two columns, one for the indices, and one for values). I want to save the table as a png file (i.e. an image)
I went through the examples but didn't see anything that outputs a series as a table.