So erstellen Sie Numpy Array mit zwei Vektoren
2d_array = np.column_stack((x, y))
Abdelrahman Osama
2d_array = np.column_stack((x, y))