-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
121 create a dm_explicit_na
for preprocessing.
#122
Conversation
Code Coverage Summary
Results for commit: 8248ac8d5aee37f7240d28f6780412278cebd91f Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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.
This works really well for me thanks @BFalquet .
As discussed, depending how we foresee this being used in future it may be necessary to have a select_tables
in contrast to the omit_tables
option if potentially users want to use on specific datasets for the template only (rather than the entire dm), but fine for now
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.
👍
close #121
new function to make the life of the tester easier by considerably reducing the manual steps involved in data preparation.
thank you for the review