uga-libraries / hub-audit

Compare the Digital Production Hub share contents to the inventory, to identifying information that needs updating.
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

Read Inventory #1

Closed amhanson9 closed 5 months ago

amhanson9 commented 8 months ago

Read the Hub inventory, which is an Excel spreadsheet with one sheet per share, into a single dataframe. There are currently 11 shares and the same 7 columns in each sheet.

Cleanup needed:

Also add new columns for the three error types: Audit_Dates, Audit_Inventory, Audit_Required.

amhanson9 commented 8 months ago

Resources: https://www.statology.org/combine-multiple-excel-sheets-pandas/ https://stackoverflow.com/questions/18172851/deleting-dataframe-row-in-pandas-based-on-column-value https://stackoverflow.com/questions/16327055/how-to-add-an-empty-column-to-a-dataframe