Numpy menempatkan array di kolom

an_array = np.insert(an_array, 1, new_column, axis=1)
Light Lobster