Skip to content

BUG: DataFrame.drop() does nothing for non-unique Datetime MultiIndex #12783

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

Closed
wants to merge 1 commit into from
Closed

BUG: DataFrame.drop() does nothing for non-unique Datetime MultiIndex #12783

wants to merge 1 commit into from

Conversation

jonaslb
Copy link
Contributor

@jonaslb jonaslb commented Apr 3, 2016

Closes #12701

Follows the suggested fix in the comments to the bug report.
Also added a line in whatsnew and a test.

Regarding the tests it passes the one I added. But I just noticed that plenty others fail and I have yet to find out whether it's caused by this (who knows, it might)
Update: It's the same tests failing on master branch as on this one (phew..). I guess the errors deserve bug reports but that's for another time.

Closes #12701

Follows the suggested fix in the comments to the bug report.
Also added a line in whatsnew and a test.
@jreback jreback added Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex labels Apr 3, 2016
@jreback
Copy link
Contributor

jreback commented Apr 3, 2016

@jonaslb nothing fails on master main build. There is a single failure on 2 of the compat builds, but these are known.

are you talking about something specific?

@jonaslb
Copy link
Contributor Author

jonaslb commented Apr 3, 2016

@jreback Here's a gist (7 errors / 2 failures) of my test-run. Yes I guess it's specific since it's something with clipboard and then there are some index and slice problems apparently. But lets wait and see what travis says - I'm pretty certain I didn't mess it up with this commit :) Sometime later I'll look more into it and maybe make bug reports.

@jreback jreback closed this in 9f68a96 Apr 3, 2016
@jreback
Copy link
Contributor

jreback commented Apr 3, 2016

thanks @jonaslb

@jreback jreback added this to the 0.18.1 milestone Apr 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
Projects
None yet
2 participants