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

BUG/API: df['col'] = value and df.loc[:,'col'] = value are now completely equivalent #6159

Merged
merged 1 commit into from
Feb 15, 2014

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Jan 29, 2014

previously the .loc would not necessarily coerce the dtype of the resultant series
closes #6149

@jreback
Copy link
Contributor Author

jreback commented Jan 29, 2014

this refues to pass py2.6 and I cannot duplicate this error with the exact same virtual env....if
i can't fix it by tomorrow...will move to 0.14

@jreback
Copy link
Contributor Author

jreback commented Jan 29, 2014

this exposed an odd bug, which is fairly tricky to fix...so moving to 0.14

@ghost ghost assigned jreback Jan 29, 2014
…tely equivalent;

         previously the .loc would not necessarily coerce the dtype of the resultant
         series (GH6149)
jreback added a commit that referenced this pull request Feb 15, 2014
BUG/API: df['col'] = value and df.loc[:,'col'] = value are now completely equivalent
@jreback jreback merged commit 217f2f8 into pandas-dev:master Feb 15, 2014
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.

API/BUG: should df.loc[:,'col'] be the same as df['col'] for assignment
1 participant