coa-project / pycoa

pycoa Python source code
MIT License
18 stars 0 forks source link

append -> concat in geo #159

Closed odadoun closed 2 years ago

odadoun commented 2 years ago

I decided to upgrade my pandas version (to fit with the colab one). Some modofications is needed geo.py:602: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.

pip3 install --upgrade pandas pd.version 1.4.2

odadoun commented 2 years ago

this was done but not closed