35 handle null values#15
Conversation
douglowe
left a comment
There was a problem hiding this comment.
What happens to the fill value if we apply the multiplying_factor after we replace NaN's / Nulls with the fill value? Does the fill value remain the same, or is it modified by the multiplying factor?
|
I think it's probably safer to add the fill value after all the maths operations have been carried out. |
According to me: Fill Value first, maths later: Fill Value later, maths first: (The error can be avoided with NAN, but there is a risk of propagation) |
|
With reference to this commit: |
Uh oh!
There was an error while loading. Please reload this page.