Reputation: 105
Grateful for your help. Sorry, could not figure this out as I wasn't sure if I'm pivoting or unstacking.
My data looks like this:
Col1 | Col2 | Col3 | |
---|---|---|---|
si@si | A | 2 | D |
ad@ad | A | 5 | C |
I'm looking to pivot this to:
si@si | ad@ad | |
---|---|---|
Col1 | A | A |
Col2 | 2 | 5 |
Col3 | D | C |
Thanks so much!
Upvotes: 1
Views: 62