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

FutureWarning: The default value of regex will change #41

Open amhanson9 opened 1 year ago

amhanson9 commented 1 year ago

FutureWarning: The default value of regex will change from True to False in a future version. df_format["name_version"] = df_format["name_version"].str.replace("\sNO VALUE$", "")

Happens in match_nara_risk() when make the name_version column for df_format. Python version is 3.8.