zip_df: Continental U.S. ZIP codes.

Description Usage Format Source

Description

A dataset containing identifiers for all ZIP codes in the 48 continental United States and D.C. Spatial identifiers and population only included for ZIP codes that map into ZIP code tabulation areas (https://en.wikipedia.org/wiki/ZIP_Code_Tabulation_Area).

Usage

1

Format

A data frame with 38,879 rows and 9 variables:

zip_code

ZIP code identifier, in original string format.

fips_code

FIPS code for ZIP code county, in original string format. Some ZIP codes may map into multiple counties; only one county match is kept – the county with the largest fraction of population.

population_2010

ZCTA population in 2010. Null if ZIP is not also a ZCTA.

housing_units_2010

ZCTA housing units in 2010. Null if ZIP is not also a ZCTA.

land_miles

Number of square miles of land in 2010. Null if ZIP is not also a ZCTA.

water_miles

Number of square miles of water in 2010. Null if ZIP is not also a ZCTA.

lat

Latitude. Null if ZIP is not also a ZCTA.

long

Longitude. Null if ZIP is not also a ZCTA.

Source

https://www.huduser.gov/portal/datasets/usps_crosswalk.html


davidsovich/usgeogr documentation built on Nov. 4, 2019, 9:45 a.m.