Logo

Jesus Baena's Blog

Home

❯

00. STOCK

❯

Percentage of Positions Nationalized

Percentage of Positions Nationalized

Feb 15, 20261 min read

SELECT
  CASE
    WHEN is_nationalized = TRUE THEN 'Nationalized Position'
    ELSE 'Open to All'
  END AS position_type,
  count(*) AS number_of_positions
FROM
  job_llm_extractions
GROUP BY
  position_type;

LLM extraction of new information in Job Descriptions about localization


Graph View

Backlinks

  • Project snapshot - Humanitarian Jobs Dashboard
  • Email
  • GitHub
  • Linkedin
  • WebPage

Created by Jesus Baena with Quartz v4.5.1 © 2025