Dataframe _append instead of append
Just in case, because of the new Pandas version, I had to use pos_df._append
.
You can check your version out by doing: pd.__version__
, in my case is 2.1.1
.
1 answers ( 0 marked as helpful)
Thanks for sharing! Much appreciated.