I have this table that I need to transpose it in a very specific way using Python:
![enter image description here]()
But I need to transpose it this following way:
![enter image description here]()
Meaning to transpose the headers except for the first column and then the first row with the first value on the first column, then repeat for all stores.