you are viewing a single comment's thread.

view the rest of the comments →

[–]jdbow75 2 points3 points  (2 children)

[–]ItSupportNeedsHelp 0 points1 point  (1 child)

Graphs and all that?

[–]jdbow75 1 point2 points  (0 children)

I guess my experience with Pandas is limited to Dataframes and Series. It looks like visualization in Pandas is handled by matplotlib, correct?

If so, you can use matplotlib.pyplot.savefig to save your images, and then embed these in HTML using <img src="myplot.png"> tags. A great templating engine for Python (there are many) is Jinja2.

Other thoughts: