Releases: arilamstein/immigration_enforcement
Releases · arilamstein/immigration_enforcement
Blog Post: Analysis of USBP Encounters Dataset
Tagging the code so people who read my upcoming blog post can easily access the version of code used in the post.
All data, code and notebooks are in the new cbp
directory.
The dataset was taken from the "CBP Encounters" webpage: https://ohss.dhs.gov/khsm/cbp-encounters (file "CBP Encounters - USBP - November 2024").
The key code contribution is the new encounters
module. It has two useful functions: get_monthly_region_df
and get_monthly_encounters_graph
. The workbooks in the cbp
directory show how to use them.