pik-primap/primap2

Pandas DataFrame.append deprecated

Opened this issue · 0 comments

DataFrame.append is deprecated and will likely be removed in pandas 2.0
pandas-dev/pandas#35407

We use it in some data reading functions so we have to adapt code. DataFrame.concat is supposed to be used as an alternative, but it looses attributes, so we have to be careful when handling the interchange format data.