I have a table that has 3 columns: ID, Type, and Value.
I'm looking for a way to rearrange/view the data in a matrix form where ID is the first index and Type is the second index, and Value is the value for that ID/Type.
i.e., I have:
ID Type Value
--------------
ID1 Type1 x
ID2 Type1 y
ID1...