Re: [Numpy-discussion] indexing recarrays

2009-07-20 Thread Pierre GM
On Jul 20, 2009, at 7:54 AM, John [H2O] wrote: > I have a file containing mixed data types: strings, floats, datetime > output(i.e. strings), and ints. Something like: > #ID, name, date, value 1,sample,2008-07-10 12:34:20,344.56 > Presuming I get them nicely into a recarray (see my other post)

[Numpy-discussion] indexing recarrays

2009-07-20 Thread John [H2O]
I have a file containing mixed data types: strings, floats, datetime output(i.e. strings), and ints. Something like: #ID, name, date, value 1,sample,2008-07-10 12:34:20,344.56 Presuming I get them nicely into a recarray (see my other http://www.nabble.com/recarray-and-datetime-objects-td245683