keras-io icon indicating copy to clipboard operation
keras-io copied to clipboard

pandas change append -> concat (append in dfs removed in pandas>=2.)

Open skon7 opened this issue 2 years ago • 0 comments
trafficstars

resolves https://github.com/keras-team/keras-io/issues/1518 and https://github.com/keras-team/keras-io/issues/1526

Issue:

https://github.com/keras-team/keras-io/issues/1518 (AttributeError: 'DataFrame' object has no attribute 'append')

Description

This pull request addresses issues https://github.com/keras-team/keras-io/issues/1518 and https://github.com/keras-team/keras-io/issues/1526 by replacing the append function with the concat function. The issue was caused by a compatibility problem with pandas versions greater than 2.

skon7 avatar Sep 13 '23 18:09 skon7