uga-libraries / format-report

Aggregate and analyze csv files with file format information generated by the UGA Libraries' digital preservation system (ARCHive).
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

Rename archive_format CSV to archive_formats_by_group #26

Closed amhanson9 closed 1 year ago

amhanson9 commented 1 year ago

Currently have to use comments to explain the difference between archive_format.csv and archive_format_by_aip.csv, since both include the format information. It makes the difference explicit if name it archive_format_by_group and then don't need to explain it separately.

Requires changes in the merge script which makes the CSV and reports script which uses the CSV as input.

amhanson9 commented 1 year ago

Also rename df to df_group in reports.py