[Numpy-discussion] Slice and assign into new NDarray...

2008-03-08 Thread Vince Fulco
* This may be a dupe as gmail hotkeys sent a draft prematurely... After scouring material and books I remain stumped with this one as a new Numpy user- I have an ND array with shape (10,15) and want to slice or subset(?) the data into a new 2D array with the following criteria: 1) Separate each

Re: [Numpy-discussion] Slice and assign into new NDarray...

2008-03-08 Thread Anne Archibald
On 08/03/2008, Vince Fulco [EMAIL PROTECTED] wrote: I have an ND array with shape (10,15) and want to slice or subset(?) the data into a new 2D array with the following criteria: 1) Separate each 5 observations along axis=0 (row) and transpose them to the new array with shape (50,3)