-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add Coalesce #40
Add Coalesce #40
Conversation
Codecov Report
@@ Coverage Diff @@
## master #40 +/- ##
==========================================
+ Coverage 92.57% 92.67% +0.10%
==========================================
Files 16 17 +1
Lines 431 437 +6
==========================================
+ Hits 399 405 +6
Misses 32 32
Continue to review full report at Codecov.
|
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.
Great, now we need to add the transform to the table in the README.
This PR is ready for a final review @juliohm! |
Great, feel free to merge after the tests pass. 💯 |
This PR adds the Coalesce transformation. The
Coalesce(default)
transformation replaces all missing values with a default value.