-
Notifications
You must be signed in to change notification settings - Fork 34
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
[RFC/WIP] More NullableArrays compatibility #29
Conversation
@DavidGold Do you think |
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #29 +/- ##
=========================================
- Coverage 92.46% 91.27% -1.2%
=========================================
Files 9 9
Lines 690 699 +9
=========================================
Hits 638 638
- Misses 52 61 +9
Continue to review full report at Codecov.
|
No longer applies now that we've moved to Nulls. |
Add NullableArrays.jl requirement and implement a few of its methods (including the novel ones proposed by JuliaStats/NullableArrays.jl#155)
unsafe_getindex/value_notnull()
[unsafe_]isnull()
padnull[!]()
reftype(A::[Nullable]CategoricalArray)
to get the type of the references ofA