I have a numpy array ([1,2) I want to create an array with those values duplicated in the columns. For example:
([[1,2],[1,2],[1,2]])
Is there a