Closed
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.