-
Notifications
You must be signed in to change notification settings - Fork 20
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 DataFrame.update_columns #232
Add DataFrame.update_columns #232
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Marco. These methods LGTM to add, should be an improvement for ergonomics.
I'm still getting used to the "no more columns names as keywords", but I think that's probably a good thing.
For the "independent column" requirement I commented on gh-231 already, so let's discuss it there.
There's no independence requirement for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now, thanks @MarcoGorelli
thanks |
Updating the values in a column is quite inconvenient currently:
This could be done more simply with