Is it possible to export a Pandas dataframe as an image file? Something like df.to_png() or df.to_table().savefig(\'table.png\').
df.to_png()
df.to_table().savefig(\'table.png\')
At the mo
https://matplotlib.org/3.3.1/gallery/misc/table_demo.html#sphx-glr-gallery-misc-table-demo-py
You can use matplotlib.pyplot.table