-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
BUG: combine_first behaves strangely with period index #3367
Comments
I can't reproduce this with git master, can you try 0.11.0rc1 and see if the problem persists? |
Ok, is there any way to try 0.11.0rc1 without breaking my 0.10.1 installation? |
You can use a virtualenv. |
@y-p occurs in 0.11.0rc1 too, same result.... |
Oh my bad, I'm working with an old version. apperently it worked fine in '0.8.0.dev-092fedc'. |
looking at code, its not going to work....mark for bug in 0.12 (only affects PeriodIndex), DatetimeIndex works fine |
bisected? what broke it? |
no idea when broken (obviously >0.8.0<0.10.1) |
It's fixed? |
@cganterh sorry...i think got accidently closed |
Current master raises |
If i do:
Then the output is:
As you can see the index is changed and the values are all gone.
I think this is a bug. My Pandas version is
0.10.1
.The text was updated successfully, but these errors were encountered: