You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
changed the title
Deprecated frame.append warning from Pandas 1.4.2
Deprecated frame.append warning since Pandas 1.4.0
Aug 18, 2022
I'm seeing a new Pandas deprecation warning from edd_utils via ART:
The text was updated successfully, but these errors were encountered: