open-sdg / sdg-build

Python package to convert SDG-related data and metadata between formats
MIT License
6 stars 22 forks source link

Remove Python warning about edges.py #298

Closed brockfanning closed 2 years ago

brockfanning commented 2 years ago

We should deal with this warning:

edges.py:84: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.