Skip to content

ENH: add suffixes arg to concat #21791

Closed
Closed
@jreback

Description

@jreback

xref #18347

the case for using add_suffix/add_prefix is either:

  1. modify the column labels (can use .str.columns + ....
  2. 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

No one assigned

    Labels

    EnhancementReshapingConcat, Merge/Join, Stack/Unstack, Explode

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions