Update pandas append to use concat
Pandas is deprecating append, so I have update all the calls that used append to now use concat. I think I covered all of them.
It wasn't as simple as just replacing the function call, but everything is working now.