Skip to content

DOC: append deprecation #45587

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
merged 10 commits into from
Feb 11, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Simplified deprecated in docstring
  • Loading branch information
gesoos committed Feb 9, 2022
commit 541d5e9656598e08d2faf3ec527a0a8be12a9f2e
5 changes: 0 additions & 5 deletions pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -8937,11 +8937,6 @@ def append(
Columns in `other` that are not in the caller are added as new columns.

.. deprecated:: 1.4.0
``DataFrame.append`` is deprecated,
use ``pandas.concat`` instead.
For further details see section *Deprecated Frame.append and Series.append*
in the What's new or
*Merge, join, concatenate and compare* in the User Guide.

Parameters
----------
Expand Down
5 changes: 0 additions & 5 deletions pandas/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -2866,11 +2866,6 @@ def append(
Concatenate two or more Series.

.. deprecated:: 1.4.0
``Series.append`` is deprecated,
use ``pandas.concat`` instead.
For further details see section *Deprecated Frame.append and Series.append*
in the What's new or
*Merge, join, concatenate and compare* in the User Guide.

Parameters
----------
Expand Down