08 Jan 2024
06 Jan 2024
Just in case, because of the new Pandas version, I had to use pos_df._append.
pos_df._append
You can check your version out by doing: pd.__version__, in my case is 2.1.1.
pd.__version__
2.1.1
Thanks for sharing! Much appreciated.