-
Notifications
You must be signed in to change notification settings - Fork 590
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
refactor: remove ibis.NA #9311
Comments
|
Another option is to rename it to I'm not really sure what option 2 means - in many cases APIs that accept |
|
I don't think can we remove I would vote for the following:
|
|
As far implementation goes, we can basically search and replace |
|
For implementation purposes, do we want to deprecate |
- Closes #9311 This PR removes ibis.NA, replacing it appearances for ibis.null() --------- Co-authored-by: Jim Crist-Harif <jcristharif@gmail.com>
Opening an issue to discuss a separate the refactor of
ibis.NAbecause doing it as part of #9300 will get messy.To discuss:
Does removing
ibis.NAimply:ibis.NAforibis.null()ibis.null()but just NoneThe text was updated successfully, but these errors were encountered: