I am trying to add a subheader to a pandas data frame based on some attributes. an example is the following:
Current input (already a dataframe with data generated):

Ideal output:
Currently, I have all of the attributes in the second row but would like to add a header/above row based on a grouping of certain attributes.
Note: The main key is the order ID not sure if that helps.
