On Tue, Sep 28, 2010 at 11:19 AM, John Salvatier <[email protected]> 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 [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
