-
Notifications
You must be signed in to change notification settings - Fork 358
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
Implement DataFrame.query #1273
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1273 +/- ##
==========================================
- Coverage 95.14% 95.11% -0.04%
==========================================
Files 35 34 -1
Lines 7202 7219 +17
==========================================
+ Hits 6852 6866 +14
- Misses 350 353 +3
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.
Looks good otherwise.
@HyukjinKwon Thanks for the review! |
As requested at #1273 (comment) , and since `map_in_pandas` (#1276 ) has been merged, just uncommented existing doctest for DataFrame.query
As requested at databricks/koalas#1273 (comment) , and since `map_in_pandas` (#1276 ) has been merged, just uncommented existing doctest for DataFrame.query
This PR proposes to implement
DataFrame.query