Skip to content
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: masking empty DataFrame #11859

Closed
zhaoguixu opened this issue Dec 17, 2015 · 0 comments · Fixed by #11895
Closed

BUG: masking empty DataFrame #11859

zhaoguixu opened this issue Dec 17, 2015 · 0 comments · Fixed by #11895
Labels
Bug Indexing Related to indexing on series/frames, not to indexes themselves Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Milestone

Comments

@zhaoguixu
Copy link

Issue #10126 seems not fixed completely. I still get the same error when running the same example. I have looked up the code and found that _getitem_frame was not fixed yet. The fix is easy, just the same as _setitem_frame.

@jreback jreback changed the title masking empty DataFrame was not fixed yet. BUG: masking empty DataFrame Dec 18, 2015
@jreback jreback added Bug Indexing Related to indexing on series/frames, not to indexes themselves Reshaping Concat, Merge/Join, Stack/Unstack, Explode Difficulty Novice labels Dec 18, 2015
@jreback jreback added this to the 0.18.0 milestone Dec 18, 2015
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 Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants