This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Find heads of HR at companies that just made a hire in a new country. | |
| Strategy | |
| -------- | |
| 1. Query Crustdata persondb for recent hires (start_date in the configured window) | |
| at US-headquartered companies of moderate size, in expansion-likely countries. | |
| 2. Keep only hires with REGIONAL LEADERSHIP titles ("Country Manager", | |
| "Managing Director ANZ", "Head of APAC", "Regional Director", etc.) — the |