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

Deprecated frame.append warning since Pandas 1.4.0 #13

Open
chimaerase opened this issue Aug 18, 2022 · 1 comment
Open

Deprecated frame.append warning since Pandas 1.4.0 #13

chimaerase opened this issue Aug 18, 2022 · 1 comment

Comments

@chimaerase
Copy link
Contributor

I'm seeing a new Pandas deprecation warning from edd_utils via ART:

/usr/local/art/.venv/lib/python3.10/site-packages/edd_utils/__init__.py:169: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
  df = df.append(frame, ignore_index=True)
@chimaerase
Copy link
Contributor Author

Looks like this method has been deprecated since pandas 1.4.0. I'm guessing this is only now apparent via ART because other warnings have been silenced in recent tests.

@chimaerase chimaerase changed the title Deprecated frame.append warning from Pandas 1.4.2 Deprecated frame.append warning since Pandas 1.4.0 Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant