JBEI/edd-utils

Deprecated `frame.append` warning since Pandas 1.4.0

Opened this issue · 1 comments

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)

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.