NumPy - Swap Axes (np.swapaxes)
• np.swapaxes() interchanges two axes of an array, essential for reshaping multidimensional data without copying when possible
• np.swapaxes() interchanges two axes of an array, essential for reshaping multidimensional data without copying when possible