-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
API - ConsistencyInternal Consistency of API/BehaviorInternal Consistency of API/BehaviorEnhancementStringsString extension data type and string dataString extension data type and string data
Description
Is your feature request related to a problem?
.str.split
has a regex
argument, which was added in #44185
Should .str.rsplit
also take it?
EDIT
re.Pattern
has split
, but not rsplit
, so this isn't straightforward without some crazy workaround. Let's just separate out the split
and rsplit
docs such that the rsplit
ones don't have the regex
argument
Currently, the argument is documented, but can't be passed https://pandas.pydata.org/docs/reference/api/pandas.Series.str.rsplit.html?highlight=rsplit#pandas.Series.str.rsplit
Metadata
Metadata
Assignees
Labels
API - ConsistencyInternal Consistency of API/BehaviorInternal Consistency of API/BehaviorEnhancementStringsString extension data type and string dataString extension data type and string data