nationalarchives / hms-nhs-scripts

MIT License
0 stars 0 forks source link

Check for inconsistent year #4

Open bogden1 opened 2 years ago

bogden1 commented 2 years ago

Dates of entry should be ascending. Checking for this will catch cases where a wrong year is inadvertently entered.

After the final dataframe is constructed, check that years are ascending. Flag for manual correction all cases where the sequence breaks.

High priority as this is a small task that will improve data integrity.