-
Notifications
You must be signed in to change notification settings - Fork 9
Improve the row-filtering tutorial. #799
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
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Click here to view all benchmarks. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #799 +/- ##
=======================================
Coverage 97.44% 97.44%
=======================================
Files 54 54
Lines 2463 2463
=======================================
Hits 2400 2400
Misses 63 63 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This looks great! I'll hold off on approving to let Neven green check it |
|
Just green-lit it so you can merge when you think it is ready. |
Follow current tutorial structure, show simple and slightly-less-simple queries, both with
.queryand with Python expressions.Closes #672.