[Numpy-discussion] fast robus implementation of float()

Christian K. ckkart at hoc.net
Tue Mar 22 16:54:54 EDT 2011


Hi,

I wonder if someone has a good solution for a fast conversion of gridded 
ascii data to ndarray. It should manage ',' as decimal point (on demand) 
and special windows numbers as 1.#INF. Of course, this is easy to wrap 
in a small function but I expect it to be slow when the input size is in 
the Mb range.

Regards, Christian




More information about the NumPy-Discussion mailing list