DataFrame icon indicating copy to clipboard operation
DataFrame copied to clipboard

Introduce NaN object to replace nils and do arithmetic

Open jecisc opened this issue 2 years ago • 0 comments

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

jecisc avatar Mar 15 '23 18:03 jecisc