how to take the transpose of an np array code example Example: numpy transpose >>> np.transpose(x) array([[0, 2], [1, 3]])