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
