[Numpy-tickets] [NumPy] #717: numpy.loadtxt fails when missing values are present
NumPy
numpy-tickets@scipy....
Sat Apr 5 16:44:21 CDT 2008
#717: numpy.loadtxt fails when missing values are present
------------------------------------+---------------------------------------
Reporter: lesserwhirls | Owner: somebody
Type: enhancement | Status: new
Priority: normal | Milestone: 1.0.5
Component: numpy.core | Version: none
Severity: normal | Resolution:
Keywords: loadtxt missing values |
------------------------------------+---------------------------------------
Comment (by peridot):
The code is rather different now, and the desired functionality can be
obtained with, for example, "converters={3:lambda s: float(s or -999)}".
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/717#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list