-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: add result_names argument to DataFrame.compare #44354 #47643
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
Changes from 26 commits
54c5068
2951fb1
6335204
2245def
330eda8
8afd6a1
edc9ff4
a326359
d9c4ca9
1c54472
ad7fb76
4d34821
8fb6aa2
1e33dea
ae6c75a
ee10dd3
077d274
3b2ef9e
d0289e5
bd45e06
a13b319
f32d7cf
6396583
e754e15
8f67c9f
fa4e26b
580773d
15a9a57
a4fca56
a468714
bc209bb
ff014e3
32d1c5e
0daa3e8
be1a9ad
9cb23b8
7ad93e1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,11 @@ | |
keep_equal : bool, default False | ||
If true, the result keeps values that are equal. | ||
Otherwise, equal values are shown as NaNs. | ||
|
||
suffixes : tuple, default ('self', 'other') | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i think we should call this There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jreback Sorry, I didn't see the comment. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can see your point but result names will mean that the result will have names. like we have an output which will have multiple names There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jreback I edited the name of the argument |
||
Set the dataframes names in the comparison. | ||
|
||
.. versionadded:: 1.5.0 | ||
""" | ||
|
||
_shared_docs[ | ||
|
Uh oh!
There was an error while loading. Please reload this page.