rmarkello / abagen

A toolbox for working with Allen Human Brain Atlas microarray expression data
https://abagen.readthedocs.io
BSD 3-Clause "New" or "Revised" License
92 stars 41 forks source link

Pandas Compatibility #214

Closed Ianyliu closed 11 months ago

Ianyliu commented 1 year ago

Due to the recent update in Pandas, some of the original code does not work because of deprecated functions like append()

liuzhenqi77 commented 11 months ago

Thank you for your PR. There are quite a few other places having similar issues, preventing the tests from passing. As your changes seem to be on your main branch, I will merge this for now and make further updates in another PR.