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: masking empty DataFrame #11859
Comments
jreback
changed the title from
masking empty DataFrame was not fixed yet. to BUG: masking empty DataFrame
Dec 18, 2015
jreback
added Bug Indexing Reshaping Difficulty Novice Effort Low
labels
Dec 18, 2015
jreback
added this to the
0.18.0
milestone
Dec 18, 2015
jreback
closed this
in #11895
Dec 26, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zhaoguixu commentedDec 17, 2015
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.