uga-libraries / hub-monitoring

Scripts for summarizing and validating content on the Digital Production Hub, the UGA Libraries' centralized storage for digital objects that are not suitable for our digital preservation system.
Creative Commons Attribution Share Alike 4.0 International
1 stars 0 forks source link

70 fits puid type #80

Closed amhanson9 closed 4 months ago

amhanson9 commented 4 months ago

Define dtype as object when read the FITS CSV into pandas, so that columns which are blank do not get incorrectly typed as float, which impacts later functionality. Also filled blank cells with NO VALUE to be consistent with input that other scripts have for match_nara_risk() function.