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

ENH: Allow DataFrame.update to work on non DataFrame object if coercible #1997

Closed
wants to merge 3 commits into from
Closed

ENH: Allow DataFrame.update to work on non DataFrame object if coercible #1997

wants to merge 3 commits into from

Conversation

tshauck
Copy link
Contributor

@tshauck tshauck commented Sep 30, 2012

On issue #1988, a new Panel.update function should accept a dict of DataFrames. Right now, DataFrame.update can't accept a dict of Series (or a dict of arrays for example). To me, it wouldn't make much sense for Panel.update to have the functionality while a DataFrame does not.

Currently:

>>> df.update(s) #s is a dict of arrays or of Series
...
AttributeError: 'dict' object has no attribute 'reindex_like'

@wesm
Copy link
Member

wesm commented Oct 5, 2012

Merged in also. thanks

@wesm wesm closed this Oct 5, 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

Successfully merging this pull request may close these issues.

2 participants