-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix na_level
bug in summarize_vars
#923
Conversation
Code Coverage Summary
Diff against main
Results for commit: 1525cf0 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
I think it is possible I added this. How do you think we should proceed? |
I think we should remove the check for |
It makes sense. But what if we want just to replace output NAs with custom strings? I think that should remain, i.e. when we need to have "NE" instead. If there is another way than using |
That does make sense and I think we should add that as well, but that's not the current function of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm! We can discuss later for the na_str
propagation ;)
Closes #911
I believe we should discuss refactoring this function entirely to process NA values in a more sensical way.