-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DataFrame bug when setting column after filtering #2703
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
Comments
You should do |
Since |
Chang - |
@pikeas that's a good suggestion. We should put that to the list of "gotchas" |
@wesm Your suggestion of using Eg:
|
I believe the intermediate filter step creates a new DataFrame, but as far as I know, the outer step (where the value is set) should modify in-place.
Pandas 0.10.
The text was updated successfully, but these errors were encountered: