rs-station / reciprocalspaceship

Tools for exploring reciprocal space
https://rs-station.github.io/reciprocalspaceship/
MIT License
28 stars 12 forks source link

Remove support for `DataSet.append()` due to pandas deprecation #146

Closed JBGreisman closed 2 years ago

JBGreisman commented 2 years ago

DataFrame.append() and Series.append() were deprecated in pandas v1.4. We should remove the overloaded functions from reciprocalspaceship to avoid future compatibility issues. rs.concat() already has the required functionality to replace the methods.