[Numpy-discussion] Trying out datarray

John Salvatier jsalvati at u.washington.edu
Tue Sep 28 20:46:32 EDT 2010


OK, that makes sense. Thanks guys!

On Tue, Sep 28, 2010 at 5:43 PM, Fernando Perez <fperez.net at gmail.com>wrote:

> On Tue, Sep 28, 2010 at 11:19 AM, John Salvatier
> <jsalvati at u.washington.edu> 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 can
> indeed be a structured one.  The only changes datarray makes are 'on
> the outside', i.e. to axis management, not to the internal data
> contained in the individual cells of the array.
>
> Cheers,
>
> f
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20100928/69533dbc/attachment.html>


More information about the NumPy-Discussion mailing list