I need to create a table to display multiple sets of data that was collected with different conditions. This is what I need the table to look like:
Config 1 Config 2
Test Data 1 Data 2 Data 1 Data 2
abc 123 123 123 123
So the system was setup with configuration 1 and then two sets of data were collected. The system is reset with configuration 2 and then the same to sets of data are collected.
I have been trying to use prettytable but haven't found anything that specifies how to make a second header that applies to multiple of the following columns.