PEM-Humboldt / regi0

A Python package to complement and verify biological records
https://regi0.readthedocs.io
MIT License
2 stars 2 forks source link

df.append to pd.concat() #59

Open marcelovilla opened 2 years ago

marcelovilla commented 2 years ago
FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
  df = df.append(pd.Series(result), ignore_index=True)