0

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.

Josh
  • 11,979
  • 17
  • 60
  • 96
  • 1
    See the answer at this question: http://stackoverflow.com/questions/10194482/custom-matplotlib-plot-chess-board-like-table-with-colored-cells – Rutger Kassies Oct 10 '13 at 13:29
  • 1
    There is also `plt.table` http://stackoverflow.com/questions/8524401/how-can-i-place-a-table-on-a-plot-in-matplotlib – tacaswell Oct 10 '13 at 16:18

0 Answers0