Skip to content

Add "overwrite" option to DataFrame.update #1477

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
changhiskhan opened this issue Jun 15, 2012 · 2 comments
Closed

Add "overwrite" option to DataFrame.update #1477

changhiskhan opened this issue Jun 15, 2012 · 2 comments
Milestone

Comments

@changhiskhan
Copy link
Contributor

Current behavior always overwrites, allow users to set overwrite=False to leave all non-NA values in self intact.

@jseabold
Copy link
Contributor

Just parking some quick thoughts here. Was thinking to support something like stata's update and replace keywords here.

http://www.stata.com/help.cgi?merge

This kind of information is helpful too.

http://www.stata.com/help.cgi?merge#results

Though we will get away from dict.update

@wesm
Copy link
Member

wesm commented Jun 19, 2012

Looks good to me, merged in

@wesm wesm closed this as completed Jun 19, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants