Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce NaN object to replace nils and do arithmetic #196

Open
jecisc opened this issue Mar 15, 2023 · 0 comments
Open

Introduce NaN object to replace nils and do arithmetic #196

jecisc opened this issue Mar 15, 2023 · 0 comments

Comments

@jecisc
Copy link
Member

jecisc commented Mar 15, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants