[Numpy-discussion] creating rec arrays

Nicholas nicholasinparis at gmail.com
Sun Jan 20 11:06:45 EST 2008


I am trying to package a set of vector arrays into a single rec array with
column titles.
 c = numpy.rec.fromarrays([a,b],names='a,b')
the problem is there is no 'copy' argument in .fromarrays which I can set to
False. i.e. is there a way to do this without the overhead of copying?

Thanks

Nicholas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080120/7f2e4815/attachment.html>


More information about the NumPy-Discussion mailing list