Transpose
Transpose[list] transposes the first two levels in list.
Transpose[list,{n1,n2,…}] transposes list so that the kth level in list is the nkth level in the result.
Transpose[list,mn] transposes levels m and n in list, leaving all other levels unchanged.
Transpose[list,k] cycles the levels in list k positions to the right.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.