So I'm working with a Telegram Bot which get data from SQL query and send the results to people.
I have tried to manual format the data return by the query but its not at my expectation. I also tried to use the Markdown and HTML parse mode of Telegram but did not success.
So I now I want to transform the query's results into a Dataframe (I have already did this), then how I can send the dataframe to telegram bot in python?
If sending a dataframe is not possible, then is there any better ways to do this?
Thank you so much for your time!