ENH: Add lsuffix=
/rsuffix=
kwargs to pd.merge()
and df.merge()
#46046
Labels
API - Consistency
Internal Consistency of API/Behavior
Deprecate
Functionality to remove in pandas
Enhancement
Needs Discussion
Requires discussion from core team before further action
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
It's weird that it's in
join()
but not inmerge()
, and the current behavior (passing the length-2 list-like) ofsuffixes=
kwarg is somewhat confusing syntactically.expected:
The text was updated successfully, but these errors were encountered: