help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Alternative missing values in readcsv?


From: forkandwait
Subject: Re: Alternative missing values in readcsv?
Date: Tue, 16 Feb 2010 15:15:56 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> How about
> 
>      A(find(isnan(A))) = 0
> 
> after you've read into A from your CSV file?

Often nan signifies something completely different from zero, and you would 
lose this information.  For example, a column might be how much you earned, 
with nan signifying not in the labor force, but zero signifying you earned, 
well, zero.  Which is different.

> 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]