I have a script that generates multiple tables that have the same column names and very similar data. So far, I have made each table unique by printing the title in front of it, that is:
print("Results for Method Foo")
etc. But it is not very beautiful ..
Although this seems like a clear precedent, I could not find a way to do something like this:

Any ideas on how I can achieve this?
Just in case, this is important: I am using python 3.4 with virtual version and excellent version 0.7.2
python prettytable
istern
source share