I have a number of styled dataframes (using df.style), how would I go about converting this to an image.
If I try and save these down using:
df_styled.savefig('/u1/username/df_styled.png')
I get the following error:
AttributeError: 'Styler' object has no attribute 'savefig'