Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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? |
kiroh
commented
Apr 15, 2013
|
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) |
jreback
closed this
Jan 3, 2014
cganterh
commented
Jan 3, 2014
|
It's fixed? |
|
@cganterh sorry...i think got accidently closed |
jreback
reopened this
Jan 3, 2014
jreback
modified the milestone: 0.15.0, 0.14.0
Mar 14, 2014
|
Current master raises |
kiroh commentedApr 15, 2013
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.