Emilio had a good idea for how to better set up the output where the user has to review author name matches. Matt/I should put the author_id and group_id columns next to each other in the dataframe/output csv, so that its easier to copy/paste without mixing up columns. We should also consider adding a correction_id column, where the user would put the corrected group_id, instead of pasting over the old group_id. That way they can either sort the csv, or scan over the csv, and see where they have made changes very clearly. Need to think about how that would fit into the existing function, but seems doable
Emilio had a good idea for how to better set up the output where the user has to review author name matches. Matt/I should put the author_id and group_id columns next to each other in the dataframe/output csv, so that its easier to copy/paste without mixing up columns. We should also consider adding a correction_id column, where the user would put the corrected group_id, instead of pasting over the old group_id. That way they can either sort the csv, or scan over the csv, and see where they have made changes very clearly. Need to think about how that would fit into the existing function, but seems doable