Comment créer un tableau Numpy à l'aide de deux vecteurs

2d_array = np.column_stack((x, y))
Abdelrahman Osama