--- license: mit task_categories: - tabular-classification - tabular-regression tags: - immigration - ice - enforcement - deportation - detention - foia - duckdb - legal - policy - government-data pretty_name: ICE Enforcement Database size_categories: - 10M detainers -> detentions -> removals. ### Pre-built Views - `v_arrest_to_detention` - Arrests joined to detention stays - `v_enforcement_pipeline` - Full pipeline: arrest -> detention -> removal - `v_daily_arrests` - Daily arrest counts by data source ### Multi-release Deduplication Where both releases cover the same period, records are deduplicated on key fields (unique_id + date + facility) with the richer 2025 release preferred. ## Data Source [Deportation Data Project](https://law.ucla.edu/academics/centers/center-immigration-law-and-policy/deportation-data-project) (Berkeley Law / UCLA). Data obtained through FOIA litigation against ICE. ## License Database build code: MIT. Underlying data: public domain (U.S. government records released via FOIA). ## GitHub Full source code, build instructions, and example queries: [github.com/ian-nason/ice-database](https://github.com/ian-nason/ice-database)