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 setitem in a frame where only mixed numerics are present #3050

Merged
merged 1 commit into from
Mar 15, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Mar 14, 2013

this implements #3037

previously would failed if mixed_types was true,
so mixed int/float would fail

…e.g. int and float) GH 3037

CLN: minor change in _consolidate_inplace (check if consolidated first, so that we can cheaply call this)
@jreback
Copy link
Contributor Author

jreback commented Mar 14, 2013

@wesm any objection? (I didn't want to change the API and actually allow setting on a mixed frame, which though can make it work, a bit werid)

@wesm
Copy link
Member

wesm commented Mar 15, 2013

Fine by me

jreback added a commit that referenced this pull request Mar 15, 2013
ENH: Allow setitem in a frame where only mixed numerics are present
@jreback jreback merged commit 7f02585 into pandas-dev:master Mar 15, 2013
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