-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Provide ability to filter dataframe column by null via ElementWise Methods #6723
Provide ability to filter dataframe column by null via ElementWise Methods #6723
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6723 +/- ##
==========================================
+ Coverage 68.88% 68.89% +0.01%
==========================================
Files 1216 1216
Lines 251137 251221 +84
Branches 26269 26275 +6
==========================================
+ Hits 172997 173083 +86
Misses 71313 71313
+ Partials 6827 6825 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Just left some comments about using IsValid instead of the other ways of checking the value for null.
Thanks @asmirnov82! Can you merge this into https://github.com/JakeRadMSFT/machinelearning/tree/u/jakerad/generic-math as well? |
Merged into Generic Math branch! |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Fixes #6110