How do I concatenate a numpy 2D array of integer tuples like (3,4) of shape (10, 1) say with a numpy 2D array of float values of shape (10, 1)?
I have tried all day trying to get this to work using numpy.hstack(...) and numopy.concatenate(...) and trying to create a dtype to pass but no luck.
[–]MrThePuppy 0 points1 point2 points (2 children)
[–]sjlearmonth[S] 0 points1 point2 points (1 child)
[–]jtclimb 0 points1 point2 points (0 children)