-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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: StringMethods supports is_xxx methods #9282
Conversation
40ae219
to
2c4529a
Compare
2c4529a
to
4949150
Compare
since these functions are quite similar. can you change impl to use a function generator to create these? (with the appropriate doc strings) It may also be possible to include some of the existing functions in a similar generator. |
d3c071c
to
ca389ea
Compare
Right, how about this? |
ca389ea
to
9f908cf
Compare
looks good. can you add the methods here as well? http://pandas.pydata.org/pandas-docs/stable/text.html#method-summary (maybe we want to auto-generate this as well from the StringMethods?) |
d704ffe
to
fa7299b
Compare
@jreback Sure. Did it. |
this needs to go after #9322 (and might need a rebase after that) as the docs are changing a bit) |
fa7299b
to
888bffa
Compare
888bffa
to
bc63677
Compare
OK, rebased. |
ENH: StringMethods supports is_xxx methods
thanks @sinhrks |
Derived from #9111.
Add following methods to be compat with standard
str
.