Skip to main content

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))
Indexes:
  • zip_to_cbsa_crosswalk_cbsa_idx - cbsa
  • zip_to_cbsa_crosswalk_zip_code_idx - zip_code
ColumnData TypeNullableIndexedDescription
zip_codetextNoYes-
cbsatextNoYes-
total_percentagedouble precisionNoNoThe percentage the CBSA is for the ZIP. From the range of 0 (exclusive) to 1 (inclusive).
release_datedateNoYes-