Skip to content

ENH: Implement Series.StringMethod.slice_replace #9014

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

Merged
merged 1 commit into from
Jan 8, 2015

Conversation

billletson
Copy link
Contributor

closes #8888

This does not implement immerrr's suggestion of implementing __setitem__, as all StringMethod methods return a new Series (or DataFrame) rather than mutating.

@jreback jreback added Enhancement Strings String extension data type and string data labels Dec 5, 2014
@jreback jreback added this to the 0.16.0 milestone Dec 5, 2014
@shoyer
Copy link
Member

shoyer commented Dec 7, 2014

This looks pretty good to me. We are about to release 0.15.1, so after we do that please add release notes for this new feature.

@billletson
Copy link
Contributor Author

Sure, I'll add a release note and rebase after the release drops.

@shoyer
Copy link
Member

shoyer commented Dec 14, 2014

@billletson 0.15.2 has been released, so you can go ahead and add release notes now for 0.16.0.

@billletson billletson force-pushed the split-replace branch 3 times, most recently from a655f5c to 623c373 Compare December 19, 2014 19:36
@shoyer
Copy link
Member

shoyer commented Jan 4, 2015

@billletson sorry, I was not paying attention earlier. Could you please rebase again and ping me when the tests pass so I can do the merge? Github does not send out notifications of new commits without a comment :/.

@billletson
Copy link
Contributor Author

@shoyer rebased and build passing, good to go

shoyer added a commit that referenced this pull request Jan 8, 2015
ENH: Implement Series.StringMethod.slice_replace
@shoyer shoyer merged commit e2b014c into pandas-dev:master Jan 8, 2015
@shoyer
Copy link
Member

shoyer commented Jan 8, 2015

Thanks!

@jreback
Copy link
Contributor

jreback commented Jan 8, 2015

@billletson this is nice.

maybe stick an example in here somewhere: http://pandas-docs.github.io/pandas-docs-travis/text.html ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Strings String extension data type and string data
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement StringMethod slice_replace
3 participants