On Sep 16, 2009, at 4:25 AM, [email protected] wrote: > I have two structured arrays of different types. How can I > horizontally concatenate the two arrays? Is there a direct way, or do > I need to start from scratch?
Check numpy.lib.recfunctions, that should get you started. _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
