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: AssertionError using mask on a dataframe with shape (1, n) #4071
Comments
|
what version are you using? |
LionelR
commented
Jun 28, 2013
|
0.11.0 |
|
different error on latest master ... marked as a bug for 0.13 |
This was referenced Jun 28, 2013
|
@LionelR thanks for the report |
cpcloud
was assigned
Jun 28, 2013
cpcloud
closed this
in #4073
Jun 28, 2013
LionelR
commented
Jun 28, 2013
|
Thanks for this fast fix |
|
no problemo |
cpcloud
was unassigned
by wesm
Oct 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LionelR commentedJun 28, 2013
Using a DataFrame of bools to mask some values in another dataframe works great:
but not if we try on a dataframe with a single index: