import numpy as np. the_array = np.array([[ 1 , 2 ], [ 3 , 4 ]]). columns_to_append = [ 5 , 6 ]. the_array = np.insert(the_array, 2 , columns_to_append, ...
確定! 回上一頁