|
From: Christopher H. <ch...@st...> - 2006-02-13 18:56:11
|
N. Volbers wrote: > > By the way, is there an easy way to access a field vector by its index? > Right now I retrieve the field name from dtype.fields[-1][index] and > then return the 'column' by using myarray[name]. Travis, Perhaps we could add a field method to recarray like numarray's? This would allow access by both field name and "column" index. This would be nice for people who are using this convention and are making the switch from numarray. Chris |