-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: Added DataFrame.compare and Series.compare (GH30429) #30852
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
Merged
jreback
merged 64 commits into
pandas-dev:master
from
fujiaxiang:dataframe_and_series_differences
May 28, 2020
Merged
Changes from 15 commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
c13af19
ENH: Added DataFrame.differences and Series.differences (GH30429)
fujiaxiang 8f5d0fb
CLN: reformatted docstring (GH30429)
fujiaxiang c5b793a
ENH: Extracted differences() from DataFrame and Series into NDFrame
fujiaxiang 5eff415
Merge branch 'master' into dataframe_and_series_differences
fujiaxiang 0bc8529
Merge remote-tracking branch 'upstream/master' into dataframe_and_ser…
fujiaxiang d22e21a
ENH: organized docstring using _shared_doc and reduced duplicates (GH…
fujiaxiang 83f31df
ENH: added argument type indication (GH30429)
fujiaxiang 488c8a8
ENH: reordered imports (GH30429)
fujiaxiang 322ff20
ENH: removed inconsistent type indication (GH30429)
fujiaxiang 71f5eef
Merge remote-tracking branch 'upstream/master' into dataframe_and_ser…
fujiaxiang e50172c
ENH: Added whatsnew entry (GH30429)
fujiaxiang 4a82bec
ENH: Minor correction in whatsnew entry (GH30429)
fujiaxiang b2849ed
ENH: Minor correction in whatsnew entry (GH30429)
fujiaxiang 8e0e441
Merge remote-tracking branch 'upstream/master' into dataframe_and_ser…
fujiaxiang ff7a572
ENH: Correction in whatsnew entry (GH30429)
fujiaxiang bc969e8
ENH: updated whatsnew (GH31200)
fujiaxiang 26c6ca6
ENH: added doc references (GH31200)
fujiaxiang de2195b
Merge remote-tracking branch 'upstream/master' into dataframe_and_ser…
fujiaxiang 5fb2edc
DOC: fixed formatting issue in doc references
fujiaxiang dcc2d71
Merge remote-tracking branch 'upstream/master' into dataframe_and_ser…
fujiaxiang 35ccb5f
updated parameter names, docstring, and relevant tests (GH30429)
fujiaxiang 586e37c
added doc-string tests (GH30429)
fujiaxiang d13db2f
fixed some PEP8 issues in doc-strings (GH30429)
fujiaxiang 5342208
removed trailing spaces in doc-strings (GH30429)
fujiaxiang 35e9be6
Merge remote-tracking branch 'upstream/master' into dataframe_and_ser…
fujiaxiang 77b1c9e
fixed sphinx identation issues in doc-strings (GH30429)
fujiaxiang 51ffe0e
sphinx identation issues in doc-strings (GH30429)
fujiaxiang 71b0332
Merge branch 'master' into dataframe_and_series_differences
fujiaxiang 827b69c
sphinx identation issues in doc-strings (GH30429)
fujiaxiang 53918a5
Update pandas/core/frame.py
fujiaxiang 110f138
Update pandas/core/series.py
fujiaxiang acd51e0
attempt to fix sphinx identation issues in doc-strings (GH30429)
fujiaxiang 1ef31c9
removed trailing spaces in doc-strings (GH30429)
fujiaxiang a898b87
Merge branch 'master' into dataframe_and_series_differences
fujiaxiang 3bc7485
removed unintended changes in ci/code_checks (GH30429)
fujiaxiang 36024d5
Merge remote-tracking branch 'origin/dataframe_and_series_differences…
fujiaxiang 06ed216
corrected errors in docstring (GH30429)
fujiaxiang e4729ca
Update pandas/core/frame.py: slight semantic cleanup in docstring
fujiaxiang b6c0f78
renamed parameter axis to align_axis; added tests (GH30429)
fujiaxiang c352ee2
Merge remote-tracking branch 'upstream/master' into dataframe_and_ser…
fujiaxiang 0850420
minor correction in docstring
fujiaxiang a709db7
some semantic cleanup in docstrings
fujiaxiang 9509604
added type indicator for method arguments
fujiaxiang e1a1c49
updated type hints
fujiaxiang a8caa53
added NDFrame in FrameOrSeriesUnion type
fujiaxiang 4056f90
fixed type hints of concat function
fujiaxiang e50772d
Merge remote-tracking branch 'upstream/master' into dataframe_and_ser…
fujiaxiang 39f857e
renamed `differences` method to `compare`
fujiaxiang d0226d8
Merge branch 'master' into dataframe_and_series_differences
fujiaxiang 6c62b0e
correction of method name in doc/source/reference/series.rst
fujiaxiang 098d40c
added type checking in `compare` method and reformatted whatsnew a bit
fujiaxiang 131ea95
Merge branch 'master' into dataframe_and_series_differences
fujiaxiang 4223eb4
removed unintended line break
fujiaxiang c5246d6
Merge branch 'master' into dataframe_and_series_differences
fujiaxiang 91758c8
resolved a linting issue
fujiaxiang 7dde706
Merge remote-tracking branch 'upstream/master' into dataframe_and_ser…
fujiaxiang 774ff5d
updated whatsnew entry
fujiaxiang eb6d33d
Merge remote-tracking branch 'upstream/master' into dataframe_and_ser…
fujiaxiang 5d34fc4
Merge remote-tracking branch 'upstream/master' into dataframe_and_ser…
fujiaxiang c358e3d
Merge branch 'master' into dataframe_and_series_differences
fujiaxiang 0189623
added doc in user guide merging.rst and more tests
fujiaxiang b0b3e24
removed trailing space in docstring and blackified code
fujiaxiang cdb03b2
Merge remote-tracking branch 'upstream/master' into dataframe_and_ser…
fujiaxiang 007eeb7
added one more example in docstring of DataFrame.compare
fujiaxiang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.