[Numpy-discussion] stacking record arrays

2010-06-21 Thread Benjamin Root
Hello, I ran into a somewhat counter-intuitive situation that probably should be documented somewhere with respect to record (structured?) arrays. I wanted to stack multiple arrays together that had the same names for the columns. Since I was imagining the columns as having the names (as opposed

Re: [Numpy-discussion] stacking record arrays

2010-06-21 Thread Skipper Seabold
On Mon, Jun 21, 2010 at 2:44 PM, Benjamin Root ben.r...@ou.edu wrote: Hello, I ran into a somewhat counter-intuitive situation that probably should be documented somewhere with respect to record (structured?) arrays.  I wanted to stack multiple arrays together that had the same names for the

Re: [Numpy-discussion] stacking record arrays

2010-06-21 Thread Robert Kern
On Mon, Jun 21, 2010 at 13:44, Benjamin Root ben.r...@ou.edu wrote: Hello, I ran into a somewhat counter-intuitive situation that probably should be documented somewhere with respect to record (structured?) arrays.  I wanted to stack multiple arrays together that had the same names for the

Re: [Numpy-discussion] stacking record arrays

2010-06-21 Thread Benjamin Root
On Mon, Jun 21, 2010 at 1:51 PM, Skipper Seabold jsseab...@gmail.comwrote: On Mon, Jun 21, 2010 at 2:44 PM, Benjamin Root ben.r...@ou.edu wrote: Hello, I ran into a somewhat counter-intuitive situation that probably should be documented somewhere with respect to record (structured?)

Re: [Numpy-discussion] stacking record arrays

2010-06-21 Thread Benjamin Root
On Mon, Jun 21, 2010 at 1:51 PM, Robert Kern robert.k...@gmail.com wrote: On Mon, Jun 21, 2010 at 13:44, Benjamin Root ben.r...@ou.edu wrote: Hello, I ran into a somewhat counter-intuitive situation that probably should be documented somewhere with respect to record (structured?) arrays.