arr_with_new_row1 = np.vstack((org_arr, new_row1)) #values in tuple with same number of the columns of the parameter arrays arr_with_new_row2 = np.vstack((org_arr, new_row2)) arr_with_new_column = ...