So I want to create a table like this
[mock up of the table I want to create]

essentially it will be a 2 level column but the second level will have different objects. Is it possible to do this through pandas in any way? Or do I have to create these columns manually and join them together? thanks