Transpose

The transpose operation swaps the rows and columns of your dataset, turning the dataset "sideways."

Example

Dataset:

ABC
123
456

Transpose the dataset:

--
14
25
36