Skip to content

Commit

Permalink
Patch CO x2
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka committed Dec 12, 2024
1 parent ea0796b commit 0fc15e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions warn/scrapers/co.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ def scrape(
"Occupations": "occupations",
"Select the workforce area": "workforce_area",
"Total CO": "jobs",
"CO Layoffs": "jobs",
"Total number of permanent layoffs": "permanent_job_losses",
"# permanent": "permanent_job_losses",
"# Permanent": "permanent_job_losses",
"Total number of temporary layoffs": "temporary_job_losses",
"Total number of furloughs": "furloughs",
"Begin date of layoffs": "begin_date",
Expand Down

0 comments on commit 0fc15e1

Please sign in to comment.