Skip to content

Fancy indexing on single column of DataFrame #66

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

Closed
wesm opened this issue Jul 18, 2011 · 1 comment
Closed

Fancy indexing on single column of DataFrame #66

wesm opened this issue Jul 18, 2011 · 1 comment
Labels

Comments

@wesm
Copy link
Member

wesm commented Jul 18, 2011

Things like this does not work

df.ix[boolean_vec, 'B'] = val
@wesm
Copy link
Member Author

wesm commented Jul 30, 2011

This does work, at least with the git HEAD. Unit test written

wesm@1d45182

@wesm wesm closed this as completed Jul 30, 2011
dan-nadler pushed a commit to dan-nadler/pandas that referenced this issue Sep 23, 2019
fix pandas-dev#65 add manifest file to include README.md and CHANGES.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant