Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ValueError adding boolean dataframe to panel fails in 0.16.2 but not 0.15.2 #11014
Comments
edboring
changed the title from
ValueError adding boolean dataframe to panel fails in 0.16.2 but not 0.15.1 to ValueError adding boolean dataframe to panel fails in 0.16.2 but not 0.15.2
Sep 7, 2015
|
ok, looks buggy. that logic in their is quite complicated, but pretty well tested, some must have gone awry. |
jreback
added Indexing Regression
labels
Sep 7, 2015
jreback
added this to the
Next Major Release
milestone
Sep 7, 2015
|
cc @evanpw as you are now an expert at fixing some of these issues! |
evanpw
referenced
this issue
Sep 7, 2015
Merged
BUG: Exception when setting a major- or minor-axis slice of a Panel with RHS a DataFrame #11021
jreback
modified the milestone: 0.17.0, Next Major Release
Sep 7, 2015
|
closed by #11021 |
jreback
closed this
Sep 7, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
edboring commentedSep 7, 2015
In Pandas 0.16.2 an attempt to assign a boolean array (created by pd.notnull) to a Panel fails with "ValueError: could not broadcast input array from shape...". The same code is successful using Pandas 0.15.2.
pd.show_versions() output for the failing version:
pd.show_versions() for the working version: