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

API/CLN: setitem in Series now consistent with DataFrame #4624

Merged
merged 2 commits into from
Aug 21, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Aug 21, 2013

closes #4312

setitem in a frame that can change dtype
setitem_with_indexer now uses the Block.setitem machinery

@jtratner
Copy link
Contributor

side note - is there a difference between _maybe* methods and _possibly* methods?

@jreback
Copy link
Contributor Author

jreback commented Aug 21, 2013

no...i think possibly -> maybe?

@jreback
Copy link
Contributor Author

jreback commented Aug 21, 2013

@jtratner I know you are going to do a pep/cleanup.....so maybe add that to the list....

@jtratner
Copy link
Contributor

@jreback not a big deal, just wondering if I was missing something 😄

jreback added a commit that referenced this pull request Aug 21, 2013
API/CLN: setitem in Series now consistent with DataFrame
@jreback jreback merged commit 284df6f into pandas-dev:master Aug 21, 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.

BUG: astype assignment via iloc/loc not working
2 participants