> Because the use of `missing` is deprecated (try to use anything but '' for > missing, and you'll get a deprecation warning). > Use `missing_values` instead.
I wasn't using 'missing' but was wondering what it did. @Pierre, Stéfan van der Walt suggested that genfromtxt was your baby :) Anyway I have a bug reported for genfromtxt with the fix Stéfan used on recfromcsv, I have thought about addressing it but was giving you a chance, but I didn't know who "you" where, http://projects.scipy.org/numpy/ticket/1473 Thanks Vincent On Thu, May 13, 2010 at 9:33 PM, Pierre GM <[email protected]> wrote: > On May 13, 2010, at 11:06 PM, Vincent Davis wrote: >> Maybe I am missing something but it does not appear that missing='' is >> documented although it is shown s an argument ? > > Because the use of `missing` is deprecated (try to use anything but '' for > missing, and you'll get a deprecation warning). > Use `missing_values` instead. > _______________________________________________ > NumPy-Discussion mailing list > [email protected] > http://mail.scipy.org/mailman/listinfo/numpy-discussion > _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
