bedshift
bedshift copied to clipboard
bedshift is using an outdated pandas API
The requirements file doesn't specify a specific pandas version. Therefore, it will grab pandas>2.0. In pandas 2.0, the df.append method is no longer used.
This is occurring in a few places, and I believe that there are other alternatives.