SyntaxFix
Write A Post
Hire A Developer
Questions
You can use np.c_
np.c_[[1,2,3], [4,5,6]]
It will give you:
np.array([[1,4], [2,5], [3,6]])