Changes

Jump to navigation Jump to search
==== Identify Clean Data ====
As mentioned, the ptoassigneend_us_extracted is cleaned. So this This section works on the remaining records which are in ptoassigneend_us_temp.
Next, filter out records with city that is a city, zip that is a zip, state that is a state. Note: The consistency between city and state or city and postcode is not checked in this section.
*zip that is a zip
Match the pattern 5-4 or 5 digits.
*city state that is a citystate
All the records not null are valid state names.
   *state city that is a statecity

Navigation menu