-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
API DesignMaster TrackerHigh level tracker for similar issuesHigh level tracker for similar issuesStringsString extension data type and string dataString extension data type and string data
Milestone
Description
Currently the Index.str
methods only support returning Index
results. However, analogous to the expansion from Series.str.*
-> DataFrame
, we should be able to do Index.str.*
-> MultiIndex
in certain cases, as discussed in #9870 (comment)
Some of the string methods that can support this are: str.get_dummies
, str.extract
, str.split
extract
(ENH: str.extractall for several matches #11386, only supports one group )extractall
(not implemented in Index), ENH/BUG: str.extractall doesn't support index #13156get_dummies
(ENH: Add Index.str.get_dummies #12842)To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Metadata
Metadata
Assignees
Labels
API DesignMaster TrackerHigh level tracker for similar issuesHigh level tracker for similar issuesStringsString extension data type and string dataString extension data type and string data
Type
Projects
Relationships
Development
Select code repository
Activity
sinhrks commentedon May 6, 2015
I should have comment here... #9773 is going to have a general logic for
expand
. Affected methods (in future) are summarized in #9870.sinhrks commentedon May 9, 2015
I understand current status is:-> Checklist is moved to the top.
sinhrks commentedon May 7, 2016
Index.str.extractall
raisesAttributeError
. Just fix and close.CC: @tdhock
jreback commentedon May 7, 2016
thanks @sinhrks