Skip to content

Commit

Permalink
Merge pull request #246 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch LA x4
  • Loading branch information
stucka authored Feb 21, 2024
2 parents 244448d + 6530bd0 commit e100415
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions warn_transformer/transformers/la.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class Transformer(BaseTransformer):
"4/10/23 (Updated 7/12/23)": datetime(2023, 4, 10),
"2/26/25": datetime(2025, 2, 26),
"12/31/25": datetime(2025, 12, 31),
"Various": None,
}
jobs_corrections = {
"700 *exact number pending relocation to other departments": 700,
Expand Down Expand Up @@ -59,6 +60,10 @@ class Transformer(BaseTransformer):
"TBD": None,
"144 56": 56,
"125* *Only one employee affected in Louisiana.": 1,
"8*": 8,
"51*": 51,
"83*": 83,
"38*": 38,
}

def transform_date(self, value: str) -> typing.Optional[str]:
Expand Down

0 comments on commit e100415

Please sign in to comment.