Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: add suffixes arg to concat #21791

Closed
jreback opened this issue Jul 7, 2018 · 1 comment
Closed

ENH: add suffixes arg to concat #21791

jreback opened this issue Jul 7, 2018 · 1 comment
Labels
Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode

Comments

@jreback
Copy link
Contributor

jreback commented Jul 7, 2018

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.

@WillAyd
Copy link
Member

WillAyd commented Dec 17, 2019

See discussion in #29669 I don't think we actually want this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants