pulibrary / dspace-osti

Preparing PPPL dataset metadata for ingestion by OSTI
3 stars 1 forks source link

Maintenance: Support for pandas 2.0+ #76

Closed astrochun closed 1 year ago

astrochun commented 1 year ago

Deprecation of DataFrame.append occurred. As such this requires us updating a few lines of code to use DataFrame.concat.