[Numpy-discussion] Question about improving genfromtxt errors
Pierre GM
pgmdevlist@gmail....
Fri Sep 25 14:55:54 CDT 2009
On Sep 25, 2009, at 3:51 PM, Skipper Seabold wrote:
>>
>> While you're at it, can you ask for adding the possibility to process
>> a dtype like (int,int,float) ? That was what I was working on
>> before I
>> started installing Snow Leopard...
>
> Sure. Should it be another keyword though `type` maybe? dtype
> implies that it's a legal dtype, and I don't think (int,int,float)
> works does it?
`type` would call for troubles. And no, (int,int,float) is not a valid
dtype, but it can be easily processed as such.
More information about the NumPy-Discussion
mailing list