Skip to content

Commit

Permalink
Merge pull request #222 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch MT
  • Loading branch information
stucka authored Nov 10, 2023
2 parents 5157ddd + 34af2f2 commit 206a9e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions warn_transformer/transformers/mt.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ class Transformer(BaseTransformer):
date_format = ("%Y-%m-%d %H:%M:%S", "%Y-%m-%d")
date_corrections = {
"3/1620 to 4/30/20": datetime(2020, 3, 16),
"Sept-April": None,
}
jobs_corrections = {
"Not noted": None,
"MT # unknown": None,
"up to 300": 1,
"Over 100": 100,
}

0 comments on commit 206a9e4

Please sign in to comment.