-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DEPR: Series/DataFrame.append (#35407) #44539
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 38 commits into
pandas-dev:master
from
neinkeinkaffee:35407-deprecate-append
Dec 27, 2021
Merged
Changes from 5 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
c1289e9
DEPR: Series/DataFrame.append (#35407)
neinkeinkaffee 7d96d25
Refer to pandas.concat instead of pandas.core.reshape.concat
neinkeinkaffee 963d151
Add explicit test for warning, ignore in the remainder of the tests
neinkeinkaffee 2b818bb
Refer to concat in root namespace
neinkeinkaffee 153a784
Fix copy-paste errors
neinkeinkaffee 98d0f9c
Ignore warning in reshape/concat test_append and add issue reference
neinkeinkaffee 10ef0b6
Ignore warnings in reshape test_crosstab
neinkeinkaffee becc29f
Replace further appends with concat
neinkeinkaffee bdf2484
Merge branch 'master' into 35407-deprecate-append
neinkeinkaffee 02620b8
Ignore FutureWarning in test_value_counts_null
neinkeinkaffee bc9f6dc
Merge branch 'master' into 35407-deprecate-append
neinkeinkaffee 7b9fdf3
Filter FutureWarning in remaining affected tests
neinkeinkaffee bf2f30c
Ignore FutureWarning in even more tests
neinkeinkaffee 982250d
Ignore FutureWarning in one last test
neinkeinkaffee fbdbc24
Delete refs to merging.concatenation and merging.append.row (document…
neinkeinkaffee 506868b
Replace append by concat in tests instead of ignoring warnings
neinkeinkaffee 525297b
Introduce intermediate variables
neinkeinkaffee e19b2e1
Use ipython instead of code block
neinkeinkaffee 18f45fe
Merge branch 'master' into 35407-deprecate-append
neinkeinkaffee ca851c4
Extract _append and replace append by _append/concat in tests with ig…
neinkeinkaffee 2be9010
Reinsert modified instructions for appending one row to df (suggestion)
neinkeinkaffee f397503
Merge master
neinkeinkaffee 028b012
Import concat from pandas in tests
neinkeinkaffee 1d8f3c5
Fit call to concat on one line
neinkeinkaffee 4107ec3
Merge branch 'master' into 35407-deprecate-append
neinkeinkaffee d319b0f
Replace append by concat in _add_margins
neinkeinkaffee 7f9cb7c
Merge commit '4bacee5a69f0e95c19638426553eb3fa24fe6c96' into 35407-de…
neinkeinkaffee 46170d4
Replace append and _append by concat in tests
neinkeinkaffee caf1983
Import concat from pandas instead of locally from submodule
neinkeinkaffee aa90ca6
Test DataFrame._append where DataFrame.append is subject under test
neinkeinkaffee b673e4b
Extract variable and improve variable name
neinkeinkaffee e0492bc
Introduce Series._append and use in test_append and frame.py
neinkeinkaffee 569abb1
Catch two more tests that should test _append
neinkeinkaffee c43ea63
Revert append -> concat and use _append internally instead
neinkeinkaffee 0c99fab
Merge master
neinkeinkaffee f6586c8
Remove in-place append of single rows from the docs
neinkeinkaffee 4e065f5
Merge branch 'master' into 35407-deprecate-append
neinkeinkaffee 430355b
Merge branch 'master' into 35407-deprecate-append
neinkeinkaffee 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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont' use a code-block here, use an ipython-block (so it runs the code)