[Numpy-discussion] Dict of lists to numpy recarray

Sean Davis seandavi at gmail.com
Fri Aug 24 17:03:20 EDT 2007


I have a simple question (I assume), but I can't quite get a handle on the
answer.  I have a dict with each member a list having a long (>5M
elements).  I would like to convert that into a numpy recarray.  So far, my
only thought is to loop over the length of the lists and convert to a list
of tuples--this is SLOW.  What I really need to be able to do is to supply
columns of data to create a recarray, but I haven't found an example of how
to do that.

Thanks,
Sean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20070824/8a715bc5/attachment.html>


More information about the NumPy-Discussion mailing list