I am trying to print almost 100 rows using Prettytable to slack channel.
Before sending it to slack channel , I am modifying the table to string and sending :: Finaltable = '````' + table.get_string() + '```'
But the data is very dislocated. It works fine when the rows are 20-30. Is there any other module that can help me?