UCLALibrary / sinai_metadata

1 stars 3 forks source link

Upgrades deprecated df.append to use pandas.concat #149

Closed wlpotter closed 1 year ago

wlpotter commented 1 year ago

Fixes a pandas warning where the frame.append method was being deprecated in favor of pandas.concat.

I have tested the export script using the new pandas.concat method, and it still works as expected