how can I replace the NaN value in an array, zero if an operation is performed such that as a result instead of the NaN value is zero operations as
0 / 0 = NaN can be replaced by 0
|
how can I replace the NaN value in an array, zero if an operation is performed such that as a result instead of the NaN value is zero operations as 0 / 0 = NaN can be replaced by 0 |
|||
|
|
|
If you have Python 2.6 you have the With this we can use a list comprehension to replace the
If you have Python 2.5 we can use the
|
||||