Look at the following code: >>> np.vstack(([1,2,3],[4,5,6])). array([[1, 2, 3],. [4, 5, 6]]). >>> np.column_stack(([1,2,3],[4,5,6])).
確定! 回上一頁