-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Removal of internal df_explicit_na
#1023
Conversation
Code Coverage Summary
Diff against main
Results for commit: 30ac37a Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Signed-off-by: Davide Garolini <dgarolini@gmail.com>
Signed-off-by: Davide Garolini <dgarolini@gmail.com>
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.
Hi @Melkiades,
Could you add in a note so the user knows that df_explicit_na
should be used during pre-processing? Specifically for h_stack_by_baskets
the user should be aware that the na_level
argument needs to match the na_level
used in df_explicit_na
, otherwise the argument does nothing.
Thanks!
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.
Approving to unblock since I will be OOO next week.
Beniot also checked downstream. all is well. We are good to go! Thanks @Melkiades and @edelarua |
Fixes #1019