You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the nil values in DataFrame are UndefinedObject instance. We would like to replace them by something like DataNaN that could do computations.
For example:
NaN - 5 => NaN
This would remove the need to nil check everywhere and simplify the code
The text was updated successfully, but these errors were encountered:
Currently the nil values in DataFrame are UndefinedObject instance. We would like to replace them by something like DataNaN that could do computations.
For example:
NaN - 5 => NaN
This would remove the need to nil check everywhere and simplify the code
The text was updated successfully, but these errors were encountered: