How to Fix AttributeError: ‘DataFrame’ object has no attribute ‘append’

Fixing the pandas error when attempting to append DataFrames with version 2.0

Giorgos Myrianthous
Towards Data Science
2 min readApr 25, 2023

--

Photo by Kelly Sikkema on Unsplash

Now that a newer major pandas version has been released, some of the previously deprecated functionality in older versions will no longer work. One such methods is pandas.DataFrame.append() that has been deprecated…

--

--

I strive to build data-intensive systems that are not only functional, but also scalable, cost effective and maintainable over the long term.