volkamerlab / teachopencadd

TeachOpenCADD: a teaching platform for computer-aided drug design (CADD) using open source packages and data
https://projects.volkamerlab.org/teachopencadd
Creative Commons Attribution 4.0 International
713 stars 197 forks source link

Update notebooks to `pandas`2.0.0 #328

Closed dominiquesydow closed 1 year ago

dominiquesydow commented 1 year ago

pandas 2.0.0 does not allow Series.append anymore - use concat instead AFAIU.

@AndreaVolkamer, could you please ask around in your group if anyone is free to do some pandas 2.0.0 updates? Should only concern the plot_radar function in T002. Thank you!

EDIT: See e.g. CI https://github.com/volkamerlab/teachopencadd/actions/runs/4654071089/jobs/8235487168#step:8:90

AndreaVolkamer commented 1 year ago

@mbackenkoehler can you please have a look at this.