-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
docs(python): Improve filter documentation #17755
docs(python): Improve filter documentation #17755
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17755 +/- ##
==========================================
+ Coverage 80.47% 80.49% +0.01%
==========================================
Files 1503 1503
Lines 197002 197002
Branches 2795 2795
==========================================
+ Hits 158537 158575 +38
+ Misses 37945 37907 -38
Partials 520 520 ☔ View full report in Codecov by Sentry. |
the comparison of two or more columns, please note that in Polars, | ||
any comparison involving null values will always result in null. | ||
As a result, these rows will be filtered out. | ||
Ensure to handle null values appropriately to avoid unintended filtering |
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.
I think you should mention ne_missing
and eq_missing
, and I'd rather see an example using those methods as those will include missing values in the comparison.
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.
Yeap you are right, will do and will update the example.
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.
Done
6cff4e5
to
862e3ed
Compare
862e3ed
to
aca10d7
Compare
No description provided.