Skip to content

Commit

Permalink
fix NJ date handling; coincidentally both NJ date fields have ended u…
Browse files Browse the repository at this point in the history
…p as Timestamps during the processing; the format minus H:M:S used to work and doesn't with tis pandas update
  • Loading branch information
cvcotton committed Nov 27, 2023
1 parent 268e332 commit 1abb53e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reggie/configs/data/new_jersey2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ birthday_identifier: dob
date_format:
- "%m/%d/%y"
- "%Y-%m-%d"
- "%Y-%m-%d %H:%M:%S"
voter_status: status
voter_status_active: Active
voter_status_inactive: Inactive
Expand Down

0 comments on commit 1abb53e

Please sign in to comment.