You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up to be able to run RollCall for a summary of download and issues that may arise:
missing or non-unique filenames:
For missing filenames, return the data_df.loc[(data_df[filename_col].isna() & (data_df[url_col].notna()))], printed if it's 5 entries or less, otherwise print an error message telling the user where it's saved (see behavior from BuddyCheck for missing images). Remove the -y, so it just prints the error + above behavior.
duplicate checksums (addresses the "TODO" question),
summary of where images & downsized images will be downloaded
Set up to be able to run RollCall for a summary of download and issues that may arise:
data_df.loc[(data_df[filename_col].isna() & (data_df[url_col].notna()))], printed if it's 5 entries or less, otherwise print an error message telling the user where it's saved (see behavior from BuddyCheck for missing images). Remove the-y, so it just prints the error + above behavior.