states, cities, zip codes) and geometries (polygons, circles) on a map. These highlighted areas or “regions” are helpful in marking out territories or service areas. One of the areas that is specially useful to highlight is US Counties, afirst level administrative sub-divisionin the United...
The US County Database is a comprehensive list with all counties names, codes, states, etc. All data can be accessed and manipulated via GraphQL and REST APIs. Users can also copy the list of US county names and edit the data.
Alaska often has “territories” or “census areas” As you can see from above, many counties are missing. It’s possible to fix this with some fancy regex work, but if may take quite some time before you realize whyOglala Lakota Countyis missing from your base map! FIPS Matching The m...
Comprehensive: Over 3,234 counties from all 50 states, DC, and the US territories. Useful fields: From latitude and longitude to household income to zip codes. Accurate: Aggregated and cleaned from official sources. Simple:A single CSV file, concise field names, only one entry per county. ...
county_fips_allThe 5-digit FIPS code for all counties that overlap the zip. (e.g. 04013|04021) county_name_allThe name of all counties that overlap the zip. (e.g. Maricopa|Pinal). age_medianThe median age of residents in the zip code. ...
Yes. In fact, 23.3% of all ZIP Codes cross county boundaries. Our ZIP Code Database indicates this with the 'Multi County' column. Any ZIP Code marked with a Y value indicates that it covers more than one county. The Business version offers a separate table detailing all counties a ZIP...
I report difficulties mapping Alaska on the same page with the rest of theUnited States and describe how deleting data from the Alaskancounty equivalent named Aleutians West Census Area improves the appearance of maps made with COUNTIES. Changes in US county FIPS codes encountered while using SAS...
as; area code, latitude and longitude coordinates, time zone, State & County FIPS, MSA Code and much more. Many of our competitors obtain their zip code database from third-party sources and update infrequently (if at all). Click Here to learnWhy you should choose us over our competitors...
FIPS codes capitals years of statehood time zones phonetic state name lookup is contiguous or continental URLs to shapefiles for state, census, congressional districts, counties, and census tracts Installation As per usual: pip install us
Look up FIPS codes for states and counties fips("New Jersey") #> [1] "34" fips(c("AZ", "CA", "New Hampshire")) #> [1] "04" "06" "33" fips("NJ", county = "Mercer") #> [1] "34021" fips("NJ", county = c("Bergen", "Hudson", "Mercer")) #> [1] "34003" "...