-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Milestone
Description
How about circumventing annoying match objects by providing an additional, somewhat redundant string method?
s.str.extract(pattern)
as a shortcut for
s.str.match(pattern).str.get(0)
If the pattern contains multiple groups, a DataFrame should be returned. Thoughts? Maybe @hayd would be into this one.
Metadata
Metadata
Assignees
Labels
No labels