-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
Merge asof with nans #23190
Merge asof with nans #23190
Conversation
…_asof_with_nans # Conflicts: # doc/source/whatsnew/v0.24.0.txt # pandas/core/reshape/merge.py # pandas/tests/reshape/merge/test_merge_asof.py
Hello @svenharris! Thanks for updating the PR.
Comment last updated on October 16, 2018 at 20:11 Hours UTC |
Not sure why the pep8 speaks is flagging lines that weren't updated in this PR, I think I may have messed up the git history somewhere |
Codecov Report
@@ Coverage Diff @@
## master #23190 +/- ##
==========================================
+ Coverage 92.19% 92.19% +<.01%
==========================================
Files 169 169
Lines 50959 50964 +5
==========================================
+ Hits 46980 46985 +5
Misses 3979 3979
Continue to review full report at Codecov.
|
@svenharris very nice. can you merge master. ping on green. the CI was giving some trouble before. |
actually this is fine, the CI failure is not yet fixed (but unrelated to this PR) |
keep em coming! |
Fix to raise a more meaningful error message when attempting to merge_asof with missing values
git diff upstream/master -u -- "*.py" | flake8 --diff