Skip to content

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