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

Improve fancy indexing when selecting cross-sections #52

Closed
wesm opened this issue Jun 21, 2011 · 1 comment
Closed

Improve fancy indexing when selecting cross-sections #52

wesm opened this issue Jun 21, 2011 · 1 comment

Comments

@wesm
Copy link
Member

wesm commented Jun 21, 2011

Something like

df.ix[0, ['C', 'B', A']]

is currently performing a wasteful reindex(columns=['C', 'B', A']), need to have some better way to infer the "right" order to perform the operations in

@wesm
Copy link
Member Author

wesm commented Jun 23, 2011

fixed today

@wesm wesm closed this as completed Jun 23, 2011
stijnvanhoey pushed a commit to stijnvanhoey/pandas that referenced this issue Dec 23, 2019
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