zipcodes: US City, state, and ZIP

zipcodesR Documentation

US City, state, and ZIP

Description

This tibble is the third version of a popular zipcodes database. The original CivicSpace US ZIP Code Database was created by Schuyler Erle using ZIP code gazetteers from the US Census Bureau from 1999 and 2000, augmented with additional ZIP code information from the Census Bureau’s TIGER/Line 2003 data set. The second version was published as the zipcode::zipcode dataframe object. This version has dropped the latitude and longitude, reorganized columns, and normalize the city values with normal_city().

Usage

zipcodes

Format

A tibble with 44,336 rows of 3 variables:

city

Normalized city name.

state

Two letter state abbreviation.

zip

Five-digit ZIP Code.

...

Source

Daniel Coven's federalgovernmentzipcodes.us web site and the CivicSpace US ZIP Code Database written by Schuyler Erle schuyler@geocoder.us, 5 August 2004. Original CSV files available from https://web.archive.org/web/20221005220101/http://federalgovernmentzipcodes.us/free-zipcode-database-Primary.csv


campfin documentation built on Oct. 20, 2023, 5:06 p.m.