Skip to content

BUG: correctly select on a multi-index even in the prescence of under specificed column spec (GH6169) #6202

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 2 commits into from
Jan 31, 2014

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Jan 31, 2014

closes #6169

Guillaume Gay and others added 2 commits January 31, 2014 08:01
Raise a detailed error when a `columns` argument is passed through 'where' to
select a multiIndexed Dataframe from an HDF store. Wrote a test
showcasing the bug

	modified:   pandas/io/pytables.py
	modified:   pandas/io/tests/test_pytables.py

making it work
jreback added a commit that referenced this pull request Jan 31, 2014
BUG: correctly select on a multi-index even in the prescence of under specificed column spec (GH6169)
@jreback jreback merged commit 7d0a9cd into pandas-dev:master Jan 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

can't select a specific column from a HDFStore table with a MultiIndex DataFrame
1 participant