Skip to content
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

[BUG] frame.append is deprecated #2023

Closed
daviddavo opened this issue Oct 17, 2023 · 2 comments
Closed

[BUG] frame.append is deprecated #2023

daviddavo opened this issue Oct 17, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@daviddavo
Copy link
Collaborator

Description

Using the append method of a pandas dataframe or series is deprecated.

In which platform does it happen?

Python >= 3.9

How do we replicate the issue?

Use any method that uses append in a 3.9 environment and it will raise a FutureWarning

Expected behavior (i.e. solution)

No warning raised

Other Comments

Changing all the appends to concats is a straightforward task, it would be a good first issue. It would also be a step forward into #1919

@daviddavo daviddavo added the bug Something isn't working label Oct 17, 2023
@miguelgfierro
Copy link
Collaborator

@daviddavo is this fixed?

@daviddavo
Copy link
Collaborator Author

Yeah, it should be fixed with #2058

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants