Search code examples
pythonnumpyvstack

What does .T means in np.vstack function?


I wonder what is the meaning of .T in the function np.vstack(array1, array2, array3).T?


Solution

  • ndarray.T: The transposed array.