Pandas version 1.4 depreciated the df.append() method and pd.concat() is now preferred. This now produces DepreciationWarnings whenever this function is called.
Figured I'd quickly make the change -- happy to accept feedback or close if this is desired behavior.
Pandas version 1.4 depreciated the df.append() method and pd.concat() is now preferred. This now produces DepreciationWarnings whenever this function is called.
Figured I'd quickly make the change -- happy to accept feedback or close if this is desired behavior.