pulibrary / static-tables

Searchable index of Marquand Auction Catalogs
https://library.princeton.edu/marquand_catalogs/
MIT License
0 stars 0 forks source link

Remove duplicates from Recent Alumni spreadsheet #142

Closed sandbergja closed 3 months ago

sandbergja commented 3 months ago

What maintenance needs to be done?

Remove any rows that are complete duplicates of one another (i.e. the only differences are in the ID number, created_at, and updated_at columns).

For example, the row with id number 248530 is a duplicate of the row with id number 252493, so one of them should be removed. The names, year, pubfile, and academicfile columns are exactly the same.

Level of urgency

Why is this maintenance needed?

Acceptance criteria

sandbergja commented 3 months ago

Duplicates removed with the Google Sheets Remove Duplicates feature, which removed just over 9000 duplicate rows.