On May 13, 2010, at 11:51 PM, Vincent Davis wrote:
>> 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
> 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
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).
Maybe I am missing something but it does not appear that missing='' is
documented although it is shown s an argument ?
genfromtxt(fname, dtype=float, comments='#', delimiter=None,
skiprows=0, skip_header=0, skip_footer=0, converters=None,
missing='',
m