-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
EnhancementReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, Explode
Description
xref #18347
the case for using add_suffix/add_prefix
is either:
- modify the column labels (can use
.str.columns + ....
- concat with annotation lables from there source frames (and not using a MultiIndex)
so this is an issue about adding support for 2., similar to the way pd.merge
suffixes work.
Metadata
Metadata
Assignees
Labels
EnhancementReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, Explode