-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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 argument to DataFrame.compare #44354
Labels
Milestone
Comments
erfannariman
added
Enhancement
Needs Triage
Issue that has not been reviewed by a pandas team member
labels
Nov 8, 2021
jreback
added
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
and removed
Needs Triage
Issue that has not been reviewed by a pandas team member
labels
Nov 9, 2021
seems reasonable |
4 tasks
In the source code, suffixes is fixed to keys=['self', 'other'], change the value of keys to the value of suffixes transferred by the user. |
ahmedibrhm
added a commit
to ahmedibrhm/pandas
that referenced
this issue
Jul 8, 2022
5 tasks
phofl
pushed a commit
that referenced
this issue
Jul 16, 2022
* DOC #45443 edited the documentation of where/mask functions * DOC #45443 edited the documentation of where/mask functions * Update generic.py * ENH: add suffixes argument to DataFrame.compare #44354 * Edited the tests * space fixing * Update shared_docs.py * Update series.py * Update series.py * invalid argument tests * issue reference * syntax editing * grammar fixing * edit doc * editting doc * Update 02_read_write.rst * Update 02_read_write.rst * Update v1.5.0.rst * Update v1.5.0.rst * np * 1.5.0 rst * created tests for invalid input * space * space * space * editing test
mroeschke
pushed a commit
that referenced
this issue
Aug 1, 2022
…nt (#47761) * DOC #45443 edited the documentation of where/mask functions * DOC #45443 edited the documentation of where/mask functions * Update generic.py * ENH: add suffixes argument to DataFrame.compare #44354 * Edited the tests * space fixing * Update shared_docs.py * Update series.py * Update series.py * invalid argument tests * issue reference * syntax editing * grammar fixing * edit doc * editting doc * Update 02_read_write.rst * Update 02_read_write.rst * Update v1.5.0.rst * Update v1.5.0.rst * np * 1.5.0 rst * created tests for invalid input * space * space * space * editing test * deprecated * syntax * editting existed examples * syntax * edit past tests * editting pivot * ex * editing internal use * pivot * warning expected * warning * ignore doc warning * doc * tests * ignore warning * test * plotting * test * doc * doc * white space * doc * doc * doc * doc * stacklevel * pivot * pivot * cookbook * flake8 * flake8 * what's new * syntax * itr * car names * test edit * fixing tests * fixing tests * flake8 * rst edit * __iter__ edit * flake8 * flake8 * space * test * merge * ignore the type * mypy * type * self.keys * tests * . * . * adding keys * order * attribute * ignores * Update hist.py * ignore * . * . * . * . * . * Update doc/source/whatsnew/v1.5.0.rst Co-authored-by: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com> Co-authored-by: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem?
It would be convenient to choose other suffixes in
DataFrame.compare
thanself, other
Describe the solution you'd like
Add argument
suffixes
so users can specify them.API breaking implications
None
Additional context
The text was updated successfully, but these errors were encountered: