I am developing simple telegram bot that should send dataframe to the chat. The problem is that the dataframe gets distorted (it has 5 columns). I was thinking about 2 solutions:
- Make a picture and then send it to the chat. The problem is that you have to save picture locally (i need the chat bot to work instantly). Do you know how to save dataframe to png with paramiko directly to SSH?
- Format table, but seems it does not work
Thank you!
Advises or sample coded or examples