Re: [Numpy-discussion] combining recarrays

2008-12-30 Thread Keith Goodman
On Tue, Dec 30, 2008 at 10:10 AM, ctw wrote: > Hi! > > I'm a bit stumped by the following: suppose I have several recarrays > with identical dtypes (identical field names, etc.) and would like to > combine them into one rec array, what would be the best way to do > that? I tried using np.rec.fromr

[Numpy-discussion] combining recarrays

2008-12-30 Thread ctw
Hi! I'm a bit stumped by the following: suppose I have several recarrays with identical dtypes (identical field names, etc.) and would like to combine them into one rec array, what would be the best way to do that? I tried using np.rec.fromrecords, but that doesn't produce the desired result. As a