Re: [Numpy-discussion] Trying out datarray

2010-09-28 Thread John Salvatier
OK, that makes sense. Thanks guys! On Tue, Sep 28, 2010 at 5:43 PM, Fernando Perez wrote: > On Tue, Sep 28, 2010 at 11:19 AM, John Salvatier > wrote: > > My other question is whether datarray will be able to handle multiple > data > > types in the same object; i.e. does it have the functionality

Re: [Numpy-discussion] Trying out datarray

2010-09-28 Thread Fernando Perez
On Tue, Sep 28, 2010 at 11:19 AM, John Salvatier wrote: > My other question is whether datarray will be able to handle multiple data > types in the same object; i.e. does it have the functionality of recarrays > and R data.frames? > The actual array container is a normal numpy array, so its dtype

Re: [Numpy-discussion] Trying out datarray

2010-09-28 Thread Skipper Seabold
On Tue, Sep 28, 2010 at 2:19 PM, John Salvatier wrote: > I am not sure if this is the correct place for such questions, but here > goes: > > I am curious about datarray, but I haven't been able to get it to work. The > module datarray does not appear to have a class DataArray (or DatArray). So > I

[Numpy-discussion] Trying out datarray

2010-09-28 Thread John Salvatier
I am not sure if this is the correct place for such questions, but here goes: I am curious about datarray, but I haven't been able to get it to work. The module datarray does not appear to have a class DataArray (or DatArray). So I am confused how I am supposed to use it. Can anyone advise? My ot