Как создать Numpy Array, используя два вектора
2d_array = np.column_stack((x, y))
Abdelrahman Osama
2d_array = np.column_stack((x, y))