# Records lost (in zip, not in current) lost_records = archive_ids - current_ids # New records (in current, not in zip) new_records = current_ids - archive_ids
return report
# Records lost (in zip, not in current) lost_records = archive_ids - current_ids # New records (in current, not in zip) new_records = current_ids - archive_ids
return report