gecos-lab / PZero

GNU Affero General Public License v3.0
22 stars 2 forks source link

Switching from Pandas 1.x to 2.x #51

Open mcbaguetti opened 1 year ago

mcbaguetti commented 1 year ago

While I was testing I found that in Pandas 2.0 and above DataFrame.append() was deprecated and removed. The solution is to use .concat() instead of the append() if we want to use a Pandas Version >= 2.0. But for now, inside environment.yml I would set Pandas <= 2

andrea-bistacchi commented 1 year ago

Hi, we have to check the implications. In theory there should be no problem using concat(). Maybe you can make a new branch to test this.