bedshift icon indicating copy to clipboard operation
bedshift copied to clipboard

bedshift is using an outdated pandas API

Open nleroy917 opened this issue 2 years ago • 0 comments

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.

nleroy917 avatar Jun 07 '23 00:06 nleroy917