-
Notifications
You must be signed in to change notification settings - Fork 871
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
Entity.query_by_values now preserves row order of underlying data #428
Conversation
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.
Good to merge once tests pass
Codecov Report
@@ Coverage Diff @@
## master #428 +/- ##
==========================================
+ Coverage 96.24% 96.24% +<.01%
==========================================
Files 93 93
Lines 8440 8447 +7
==========================================
+ Hits 8123 8130 +7
Misses 317 317
Continue to review full report at Codecov.
|
Previously the query by values didn't guarantee that the rows would be returned in the order of the original dataframe. This caused issues for cumulative primitives.