From 0fc15e15bf2a5b4435cf3223a92195c5874597b3 Mon Sep 17 00:00:00 2001 From: Mike Stucka Date: Thu, 12 Dec 2024 13:33:43 -0500 Subject: [PATCH] Patch CO x2 --- warn/scrapers/co.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/warn/scrapers/co.py b/warn/scrapers/co.py index 1ea61b5..99e5206 100644 --- a/warn/scrapers/co.py +++ b/warn/scrapers/co.py @@ -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",