-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
merging on dates ignores sort keyword #2098
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
Comments
It's also odd that it doesn't preserve the index?
|
From the docstring:
I'm looking into the sort argument business... |
This isn't easy to "fix"-- this actually only causes an issue in the many-to-one merge case that you show here
You see the duplicated values are grouped together, but in the order that each distinct value is observed. Contrast this with:
postponing to post-0.9.1 for thinking more about |
closing as test in |
The text was updated successfully, but these errors were encountered: