Transpose or rotate tables
'Transposing' a table swaps rows and columns in such a way that the first row becomes the first column.
'Rotating' a table has a similar effect to transposing, but it changes the order of the rows. Rotating combined with transposing has some useful applications.
See a full explanation below, along with some practical examples.