Skip to content
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

Add method to MultiIndex for retrieving level values #188

Closed
wesm opened this issue Oct 1, 2011 · 0 comments
Closed

Add method to MultiIndex for retrieving level values #188

wesm opened this issue Oct 1, 2011 · 0 comments
Milestone

Comments

@wesm
Copy link
Member

wesm commented Oct 1, 2011

Per mailing list question from @laserson, this should look like:

level_values = np.asarray(index.levels[i]).take(index.labels[i])

documentation and tests needed

@wesm wesm closed this as completed Oct 2, 2011
dan-nadler pushed a commit to dan-nadler/pandas that referenced this issue Sep 23, 2019
* Feature pandas-dev#162 - rename method for ChunkStore to allow symbol renaming
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant