zip_to_cbsa_crosswalk
A crosswalk of ZIP to CBSA from https://www.huduser.gov/portal/datasets/usps_crosswalk.html.
Primary Key:Checks:zip_to_cbsa_crosswalk_total_percentage_check
-((total_percentage > (0)::double precision) AND (total_percentage <= (1)::double precision))
Column | Data Type | Nullable | Indexed | Description |
---|---|---|---|---|
zip_code | text | No | Yes | - |
cbsa | text | No | Yes | - |
total_percentage | double precision | No | No | The percentage the CBSA is for the ZIP. From the range of 0 (exclusive) to 1 (inclusive). |
release_date | date | No | Yes | - |