From 1abb53e27e6f9eb461f8f38e9ec86324f56ca45f Mon Sep 17 00:00:00 2001 From: Courtenay Cotton Date: Mon, 27 Nov 2023 17:49:30 -0500 Subject: [PATCH] fix NJ date handling; coincidentally both NJ date fields have ended up as Timestamps during the processing; the format minus H:M:S used to work and doesn't with tis pandas update --- reggie/configs/data/new_jersey2.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/reggie/configs/data/new_jersey2.yaml b/reggie/configs/data/new_jersey2.yaml index 5aff3a96..589bbb52 100644 --- a/reggie/configs/data/new_jersey2.yaml +++ b/reggie/configs/data/new_jersey2.yaml @@ -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