Skip to content

BUG: Exception when setting a major- or minor-axis slice of a Panel with RHS a DataFrame #11021

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

Merged
merged 1 commit into from
Sep 7, 2015

Conversation

evanpw
Copy link
Contributor

@evanpw evanpw commented Sep 7, 2015

Fixes GH #11014

This isn't actually a recent regression. The bug was introduced in 0.15.0 with this commit: 30246a7; it was just made more common (i.e., it happens on panels without mixed dtype) in 0.16.2 by this commit: 5c39467.

@jreback jreback added Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version labels Sep 7, 2015
@jreback jreback added this to the 0.17.0 milestone Sep 7, 2015
jreback added a commit that referenced this pull request Sep 7, 2015
BUG: Exception when setting a major- or minor-axis slice of a Panel with RHS a DataFrame
@jreback jreback merged commit 77d9c92 into pandas-dev:master Sep 7, 2015
@jreback
Copy link
Contributor

jreback commented Sep 7, 2015

@evanpw gr8 thanks!

@evanpw evanpw deleted the panel_set_minor_major branch September 7, 2015 20:39
@evanpw evanpw restored the panel_set_minor_major branch September 19, 2015 00:34
@evanpw evanpw deleted the panel_set_minor_major branch September 19, 2015 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants