Creating MultiIndex for columns containing various objects

Viewed 18

So I want to create a table like this

[mock up of the table I want to create]

1

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

0 Answers
Related