58 datasets found
  1. US Zipcodes to County State to FIPS Crosswalk

    • kaggle.com
    Updated Mar 18, 2018
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Dan Ofer (2018). US Zipcodes to County State to FIPS Crosswalk [Dataset]. https://www.kaggle.com/danofer/zipcodes-county-fips-crosswalk/discussion
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Mar 18, 2018
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Dan Ofer
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Area covered
    United States
    Description

    Context

    Dataset created to link between County - State Name, State-County FIPS, and ZIP Code.

    Acknowledgements

    Data Sources

    • US HUD

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

    • Census Bureau

    https://www2.census.gov/geo/docs/reference/codes/files/national_county.txt https://www.census.gov/geo/reference/codes/cou.html

    Data cleaned by Data4Democracy and hosted originally on Data.World: https://github.com/Data4Democracy/zip-code-to-county https://data.world/niccolley/us-zipcode-to-county-state

    ZCTA data from USPS 6.2017 release.

    Image from Reddit.

  2. H

    County FIPS Matching Tool

    • dataverse.harvard.edu
    Updated Jan 20, 2019
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Carl Klarner (2019). County FIPS Matching Tool [Dataset]. http://doi.org/10.7910/DVN/OSLU4G
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jan 20, 2019
    Dataset provided by
    Harvard Dataverse
    Authors
    Carl Klarner
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    This tool--a simple csv or Stata file for merging--gives you a fast way to assign Census county FIPS codes to variously presented county names. This is useful for dealing with county names collected from official sources, such as election returns, which inconsistently present county names and often have misspellings. It will likely take less than ten minutes the first time, and about one minute thereafter--assuming all versions of your county names are in this file. There are about 3,142 counties in the U.S., and there are 77,613 different permutations of county names in this file (ave=25 per county, max=382). Counties with more likely permutations have more versions. Misspellings were added as I came across them over time. I DON'T expect people to cite the use of this tool. DO feel free to suggest the addition of other county name permutations.

  3. A

    ‘US Zipcodes to County State to FIPS Crosswalk’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Mar 19, 2018
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2018). ‘US Zipcodes to County State to FIPS Crosswalk’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-us-zipcodes-to-county-state-to-fips-crosswalk-36dd/5fcecb2c/?iid=000-862&v=presentation
    Explore at:
    Dataset updated
    Mar 19, 2018
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    United States
    Description

    Analysis of ‘US Zipcodes to County State to FIPS Crosswalk’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/danofer/zipcodes-county-fips-crosswalk on 28 January 2022.

    --- Dataset description provided by original source is as follows ---

    Context

    Dataset created to link between County - State Name, State-County FIPS, and ZIP Code.

    Acknowledgements

    Data Sources

    • US HUD

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

    • Census Bureau

    https://www2.census.gov/geo/docs/reference/codes/files/national_county.txt https://www.census.gov/geo/reference/codes/cou.html

    Data cleaned by Data4Democracy and hosted originally on Data.World: https://github.com/Data4Democracy/zip-code-to-county https://data.world/niccolley/us-zipcode-to-county-state

    ZCTA data from USPS 6.2017 release.

    Image from Reddit.

    --- Original source retains full ownership of the source dataset ---

  4. US Geographic Codes Dataset

    • kaggle.com
    Updated Jun 13, 2018
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Theodore Nowak (2018). US Geographic Codes Dataset [Dataset]. https://www.kaggle.com/tsnowak/us-geographic-codes
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jun 13, 2018
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Theodore Nowak
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Area covered
    United States
    Description

    US Geographic Codes Dataset

    This code is used to generate a combined data set of US ZIP, FIPS, and County data for most ZIP Codes in the U.S. (41,867 to be exact).

    Code to generate the data set from the government files listed below can be found here.

    The Data

    The dataset is organized as follows:

    • Zip Code: USPS ZIP code from here
    • State Name: Full state name (E.g. Michigan)
    • State Abrv: USPS abbreviated state name (E.g: MI)
    • State Code: FIPS State Code from here
    • County Name: County in which ZIP is located
    • County Code: FIPS County Code
    • FIPS Code: FIPS State Code + FIPS County Code from here
    • ANSI Code: American National Standards Institute Code
    • Centroid Lat: Latitude value of the county center
    • Centroid Long: Longitude value of the county center

    Sources

    The data used to create this data set was taken from several recent government data sets.

    These are:

    Disclaimers

    The final csv is in 'latin1' encoding to preserve the Spanish county names in Puerto Rico.

    This data is from, and shall remain in the public domain, and the onus of responsibility lies with the user of this data.

  5. US ZIP codes to County

    • redivis.com
    application/jsonl +7
    Updated Dec 2, 2019
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Stanford Center for Population Health Sciences (2019). US ZIP codes to County [Dataset]. http://doi.org/10.57761/fbvb-3b24
    Explore at:
    sas, parquet, application/jsonl, avro, stata, spss, csv, arrowAvailable download formats
    Dataset updated
    Dec 2, 2019
    Dataset provided by
    Redivis Inc.
    Authors
    Stanford Center for Population Health Sciences
    Time period covered
    Jan 1, 2010 - Apr 1, 2019
    Description

    Abstract

    A crosswalk dataset matching US ZIP codes to corresponding county codes

    Documentation

    The denominators used to calculate the address ratios are the ZIP code totals. When a ZIP is split by any of the other geographies, that ZIP code is duplicated in the crosswalk file.

    **Example: **ZIP code 03870 is split by two different Census tracts, 33015066000 and 33015071000, which appear in the tract column. The ratio of residential addresses in the first ZIP-Tract record to the total number of residential addresses in the ZIP code is .0042 (.42%). The remaining residential addresses in that ZIP (99.58%) fall into the second ZIP-Tract record.

    So, for example, if one wanted to allocate data from ZIP code 03870 to each Census tract located in that ZIP code, one would multiply the number of observations in the ZIP code by the residential ratio for each tract associated with that ZIP code.

    https://redivis.com/fileUploads/4ecb405e-f533-4a5b-8286-11e56bb93368%3E" alt="">(Note that the sum of each ratio column for each distinct ZIP code may not always equal 1.00 (or 100%) due to rounding issues.)

    County definition

    In the United States, a county is an administrative or political subdivision of a state that consists of a geographic region with specific boundaries and usually some level of governmental authority. The term "county" is used in 48 U.S. states, while Louisiana and Alaska have functionally equivalent subdivisions called parishes and boroughs, respectively.

    Further reading

    The following article demonstrates how to more effectively use the U.S. Department of Housing and Urban Development (HUD) United States Postal Service ZIP Code Crosswalk Files when working with disparate geographies.

    Wilson, Ron and Din, Alexander, 2018. “Understanding and Enhancing the U.S. Department of Housing and Urban Development’s ZIP Code Crosswalk Files,” Cityscape: A Journal of Policy Development and Research, Volume 20 Number 2, 277 – 294. URL: https://www.huduser.gov/portal/periodicals/cityscpe/vol20num2/ch16.pdf

    Contact information

    Questions regarding these crosswalk files can be directed to Alex Din with the subject line HUD-Crosswalks.

    Acknowledgement

    This dataset is taken from the U.S. Department of Housing and Urban Development (HUD) office: https://www.huduser.gov/portal/datasets/usps_crosswalk.html#codebook

  6. d

    New York State ZIP Codes-County FIPS Cross-Reference

    • catalog.data.gov
    • datasets.ai
    • +3more
    Updated Jul 12, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    State of New York (2025). New York State ZIP Codes-County FIPS Cross-Reference [Dataset]. https://catalog.data.gov/dataset/new-york-state-zip-codes-county-fips-cross-reference
    Explore at:
    Dataset updated
    Jul 12, 2025
    Dataset provided by
    State of New York
    Area covered
    New York
    Description

    A listing of NYS counties with accompanying Federal Information Processing System (FIPS) and US Postal Service ZIP codes sourced from the NYS GIS Clearinghouse.

  7. U.S. Census Bureau TIGER/Line Files, 1990, 2000-2002, 2004-2009

    • openicpsr.org
    Updated Dec 21, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    United States Department of Commerce. Bureau of the Census (2021). U.S. Census Bureau TIGER/Line Files, 1990, 2000-2002, 2004-2009 [Dataset]. http://doi.org/10.3886/E158022V1
    Explore at:
    Dataset updated
    Dec 21, 2021
    Dataset provided by
    United States Census Bureauhttp://census.gov/
    United States Department of Commercehttp://www.commerce.gov/
    Authors
    United States Department of Commerce. Bureau of the Census
    License

    https://creativecommons.org/share-your-work/public-domain/pdmhttps://creativecommons.org/share-your-work/public-domain/pdm

    Time period covered
    1990 - 2009
    Area covered
    United States
    Description

    The U.S. Census Bureau TIGER/Line® files in this data collection were originally distributed by the Inter-university Consortium for Political and Social Research (ICPSR) through its TIGER/Line file web site, which was decommissioned in 2018 (archived version: https://web.archive.org/web/20090924181858/http://www.icpsr.umich.edu/TIGER/index.html). There, users could download various versions of the U.S. Census Bureau's TIGER (Topologically Integrated Geographic Encoding and Referencing) database. The TIGER/Line files do not include demographic data, but they do contain geographic information that can be linked to the Census Bureau’s demographic data. Due to file number limitations in openICPSR, the original data collections have been bundled into single zip packages. A single TIGER_directory.txt file listing the original files and the original directory structure is included with the root directory. Documentation files are also included as standalone subdirectories in each collection so users do not need to download entire zip bundles to view documentation. The TIGER/Line data are stored in compressed format in subdirectories by state name. There is one TIGER/Line file (in a compressed format) for each county or county equivalent. The file names consist of TGR + the 2-digit state FIPS (Federal Information Processing Standards) code + the 3-digit county FIPS code (i.e. TGR01031.ZIP for Coffee County, Alabama). Each state folder contains individual county files.The individual county files include one file for each record type included for that county with the following name convention: tgr01031.rt1. The convention follows the order described above with each file having a suffix which includes 'rt' (record type) followed by its designation (in this case record type 1). Each county file also contains its own metadata record.If present, documentation files for the TIGER/Line data are stored in a directory named '0docs' which is located in the 'Parent Directory'. This directory appears at the top of the index of state subdirectories for each edition of the TIGER/Line files. The documentation includes a complete list of FIPS state and county codes.

  8. p

    Federal Information Processing Standard (FIPS) Codes Current by County...

    • data.pa.gov
    application/rdfxml +5
    Updated Mar 27, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Census Data (2017). Federal Information Processing Standard (FIPS) Codes Current by County Federal [Dataset]. https://data.pa.gov/dataset/Federal-Information-Processing-Standard-FIPS-Codes/44ch-j9ei
    Explore at:
    csv, json, tsv, application/rssxml, xml, application/rdfxmlAvailable download formats
    Dataset updated
    Mar 27, 2017
    Dataset authored and provided by
    Census Data
    License

    U.S. Government Workshttps://www.usa.gov/government-works
    License information was derived automatically

    Description

    This is a listing of Federal Information Processing Standard (FIPS) codes for each of the 67 counties in Pennsylvania. Information gathered from census data - https://www.census.gov/library/reference/code-lists/ansi.html For more technical details :

    Federal Information Processing Standards Publications (FIPS PUBS) are issued by the National Institute of Standards and Technology (NIST) after approval by the Secretary of Commerce pursuant to Section 111 (d) of the Federal Property and Administrative Services Act of 1949 as amended by the Computer Security Act of 1987, Public Law 100-235.

    Federal Information Processing Standard (FIPS) 6-4, Counties and Equivalent Entities of the U.S., Its Possessions, and Associated Areas -- 90 Aug 31 , provides the names and codes that represent the counties and other entities treated as equivalent legal and/or statistical subdivisions of the 50 States, the District of Columbia, and the possessions and freely associated areas of the United States. Counties are considered to be the "first-order subdivisions" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.).

  9. Census of Population and Housing, 1980 [United States]: 1979 County and MCD...

    • icpsr.umich.edu
    ascii
    Updated Feb 16, 1992
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    United States. Bureau of the Census (1992). Census of Population and Housing, 1980 [United States]: 1979 County and MCD By Zip Code [Dataset]. http://doi.org/10.3886/ICPSR08051.v1
    Explore at:
    asciiAvailable download formats
    Dataset updated
    Feb 16, 1992
    Dataset provided by
    Inter-university Consortium for Political and Social Researchhttps://www.icpsr.umich.edu/web/pages/
    Authors
    United States. Bureau of the Census
    License

    https://www.icpsr.umich.edu/web/ICPSR/studies/8051/termshttps://www.icpsr.umich.edu/web/ICPSR/studies/8051/terms

    Time period covered
    1979
    Area covered
    United States
    Description

    This data collection relates ZIP codes to counties, to standard metropolitan statistical areas (SMSAs), and, in New England, to minor civil divisions (MCDs). The relationships between ZIP codes and other geographical units are based on 1979 boundaries, and changes since that time are not reflected. The Census Bureau used various sources to determine ZIP code-county or ZIP code-MCD relationships. In the cases where the sources were confusing or contradictory as to the geographical boundaries of a ZIP code, multiple ZIP-code records (each representing the territory contained in that ZIP-code area) were included in the data file. As a result, the file tends to overstate the ZIP code-county or ZIP code-MCD crossovers. The file is organized by ZIP code and is a byproduct of data used to administer the 1980 Census. Variables include ZIP codes, post office names, FIPS state and county codes, county or MCD names, and SMSA codes.

  10. D

    State, County and City FIPS Reference Table

    • data.transportation.gov
    • data.virginia.gov
    application/rdfxml +5
    Updated Jun 20, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2025). State, County and City FIPS Reference Table [Dataset]. https://data.transportation.gov/Railroads/State-County-and-City-FIPS-Reference-Table/eek5-pv8d
    Explore at:
    csv, json, tsv, application/rdfxml, application/rssxml, xmlAvailable download formats
    Dataset updated
    Jun 20, 2025
    Description

    State, County and City FIPS (Federal Information Processing Standards) codes are a set of numeric designations given to state, cities and counties by the U.S. federal government. All geographic data submitted to the FRA must have a FIPS code.

  11. l

    2020 Census Blocks

    • data.lacounty.gov
    • egis-lacounty.hub.arcgis.com
    Updated Mar 22, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    County of Los Angeles (2021). 2020 Census Blocks [Dataset]. https://data.lacounty.gov/datasets/lacounty::2020-census-blocks/about?layer=5
    Explore at:
    Dataset updated
    Mar 22, 2021
    Dataset authored and provided by
    County of Los Angeles
    Area covered
    Description

    Blocks are typically bounded by streets, roads or creeks. In cities, a census block may correspond to a city block, but in rural areas where there are fewer roads, blocks may be limited by other features. The Census Bureau established blocks covering the entire nation for the first time in 1990.There are less number of Census Blocks within Los Angeles County in 2020 Census TIGER/Line Shapefiles, compared in 2010.Updated:1. June 2023: This update includes 2022 November Santa Clarita City annexation and the addition of "Kinneloa Mesa" community (was a part of unincorporated East Pasadena). Added new data fields FIP_CURRENT to CITYCOMM_CURRENT to reflect new/updated city and communities. Updated city/community names and FIP codes of census blocks that are in 2022 November Santa Clarita City annexation and new Kinneloa Mesa community (look for FIP_Current, City_Current, Comm_Current field values)2. February 2023: Updated few Census Block CSA values based on Demographic Consultant inquiry/suggestions3. April 2022: Updated Census Block data attribute values based on Supervisorial District 2021, Service Planning Area 2022, Health District 2022 and ZIP Code Tabulation Area 2020Created: March 2021How This Data is Created? This census geographic file was downloaded from Census Bureau website: https://www2.census.gov/geo/tiger/TIGER2020PL/STATE/06_CALIFORNIA/06037/ on February 2021 and customized for LA County. New data fields are added in the census blocks 2020 data and populated with city/community names, LA County FIPS, 2021 Supervisorial Districts, 2020 Census Zip Code Tabulation Area (ZCTA) and some administrative boundary information such as 2022 Health Districts and 2022 Service Planning Areas (SPS) are also added. "Housing20" field value and "Pop20" field value is populated with PL 94-171 Redistricting Data Summary File: Decennial Census P.L. 94-171 Redistricting Data Summary Files. Similarly, "Feat_Type" field is added and populated with water, ocean and land values. Five new data fields (FIP_CURRENT to CITYCOMM_CURRENT) are added in June 2023 updates to accommodate 2022 Santa Clarita city annexation. City/community names and FIP codes of census blocks affected by 2022 November Santa Clarita City annexation are assigned based on the location of block centroids. In June 2023 update, total of 36 blocks assigned to the City of Santa Clarita that were in Unincorporated Valencia and Castaic. Note: This data includes 3 NM ocean (FEAT_TYPE field). However, user can use a definition query to remove those. Data Fields: 1. STATE (STATEFP20): State FIP, "06" for California, 2. COUNTY (COUNTYFP20): County FIP "037" for Los Angeles County, 3. CT20: (TRACTCE20): 6-digit census tract number, 4. BG20: 7-digit block group number, 5. CB20 (BLOCKCE20): 4-digit census block number, 6. CTCB20: Combination of CT20 and CB20, 7. FEAT_TYPE: Land use types such as water bodies, ocean (3 NM ocean) or land, 8. FIP20: Los Angeles County FIP code, 9. BGFIP20: Combination of BG20 and FIP20, 10. CITY: Incorporated city name, 11. COMM: Unincorporated area community name and LA City neighborhood, also known as "CSA", 12. CITYCOMM: City/Community name label, 13. ZCTA20: Parcel specific zip codes, 14. HD12: 2012 Health District number, 15. HD_NAME: Health District name, 16. SPA22: 2022 Service Planning Area number, 17. SPA_NAME: Service Planning Area name, 18. SUP21: 2021 Supervisorial District number, 19. SUP_LABEL: Supervisorial District label, 20. POP20: 2020 Population (PL 94-171 Redistricting Data Summary File - Total Population), 21. HOUSING20: 2020 housing (PL 94-171 Redistricting Data Summary File - Total Housing),22. FIP_CURRENT: Los Angeles County 2023 FIP code, as of June 2023,23. BG20FIP_CURRENT: Combination of BG20 and 2023 FIP, as of June 2023,24. CITY_CURRENT: 2023 Incorporated city name, as of June 2023,25. COMM_CURRENT: 2023 Unincorporated area community name and LA City neighborhood, also known as "CSA", as of June 2023,26. CITYCOMM_CURRENT: 2023 City/Community name label, as of June 2023.

  12. c

    Census of Population and Housing, 1980: County and MCD by ZIP Code, 1979

    • archive.ciser.cornell.edu
    • commons.datacite.org
    Updated Dec 19, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Bureau of the Census (2020). Census of Population and Housing, 1980: County and MCD by ZIP Code, 1979 [Dataset]. http://doi.org/10.6077/j5/ef7xli
    Explore at:
    Dataset updated
    Dec 19, 2020
    Dataset authored and provided by
    Bureau of the Census
    Variables measured
    GeographicUnit
    Description

    This data collection relates ZIP codes to counties, to standard metropolitan statistical areas (SMSAs), and, in New England, to minor civil divisions (MCDs). The relationships between ZIP codes and other geographical units are based on 1979 boundaries, and changes since that time are not reflected. The Census Bureau used various sources to determine ZIP code-county or ZIP code-MCD relationships. In the cases where the sources were confusing or contradictory as to the geographical boundaries of a ZIP code, multiple ZIP-code records (each representing the territory contained in that ZIP-code area) were included in the data file. As a result, the file tends to overstate the ZIP code-county or ZIP code-MCD crossovers. The file is organized by ZIP code and is a byproduct of data used to administer the 1980 Census. Variables include ZIP codes, post office names, FIPS state and county codes, county or MCD names, and SMSA codes. (Source: downloaded from ICPSR 7/13/10)

    Please Note: This dataset is part of the historical CISER Data Archive Collection and is also available at ICPSR at https://doi.org/10.3886/ICPSR08051.v1. We highly recommend using the ICPSR version as they may make this dataset available in multiple data formats in the future.

  13. B

    ZipCodeWorld gold [United States] edition

    • borealisdata.ca
    • search.dataone.org
    • +1more
    Updated Sep 16, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Hexasoft Development Sdn. Bhd.:Penang, Malaysia (2024). ZipCodeWorld gold [United States] edition [Dataset]. http://doi.org/10.5683/SP3/KKP7TP
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Sep 16, 2024
    Dataset provided by
    Borealis
    Authors
    Hexasoft Development Sdn. Bhd.:Penang, Malaysia
    License

    https://borealisdata.ca/api/datasets/:persistentId/versions/1.2/customlicense?persistentId=doi:10.5683/SP3/KKP7TPhttps://borealisdata.ca/api/datasets/:persistentId/versions/1.2/customlicense?persistentId=doi:10.5683/SP3/KKP7TP

    Time period covered
    2000
    Area covered
    United States
    Description

    The database includes ZIP code, city name, alias city name, state code, phone area code, city type, county name, country FIPS, time zone, day light saving flag, latitude, longitude, county elevation, Metropolitan Statistical Area (MSA), Primary Metropolitan Statistical Area (PMSA), Core Based Statistical Area (CBSA) and census 2000 data on population by race, average household income, and average house value.

  14. s

    ZIP Code Boundaries, United States (Q3 2009)

    • searchworks.stanford.edu
    zip
    Updated May 18, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2025). ZIP Code Boundaries, United States (Q3 2009) [Dataset]. https://searchworks.stanford.edu/view/vy332pc3467
    Explore at:
    zipAvailable download formats
    Dataset updated
    May 18, 2025
    Area covered
    United States
    Description

    This layer provides zip code data for view and analysis in GIS and interactive web mapping applications.

  15. U.S. Census Bureau: 1990 County-to-County Worker Flow Files

    • datalumos.org
    Updated May 5, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    United States Department of Commerce. Bureau of the Census. Housing and Household Economic Statistics Division (2017). U.S. Census Bureau: 1990 County-to-County Worker Flow Files [Dataset]. http://doi.org/10.3886/E100617V1
    Explore at:
    Dataset updated
    May 5, 2017
    Dataset provided by
    United States Census Bureauhttp://census.gov/
    Authors
    United States Department of Commerce. Bureau of the Census. Housing and Household Economic Statistics Division
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    United States
    Description

    From https://www.census.gov/hhes/commuting/data/jtw_workerflow.html as of March 29, 2017:These files were compiled from STF-S-5, Census of Population 1990: Number of Workers by County of Residence by County of Work [http://doi.org/10.3886/ICPSR06123.v1]. For the six New England States (CT, ME, MA, NH, RI, VT), data are provided for Minor Civil Divisions (MCDs) instead of for counties.For any State, or for the entire nation, there are four files to choose from, depending on the sort order and format you may find most useful.The sort order refers to whether the county of residence or the county of work is the main focus. If you are most interested in the number of people who live in a county, and want to know where they go to work, you should download one of the files sorted by county of residence. These files will show you all the work destinations for people who live in each county.On the other hand, if you are most interested in the people who work in a county, and want to know where they come from, you should download one of the files sorted by county of work. These files will show you all the origins for people who work in each county.The files have also been created in two formats: DBF and ASCII. The DBF files are directly accessible by a number of database, spreadsheet, and geographic information system programs. The ASCII files are more general purpose and may be imported into many software applications.Record Layouts Record Layout for ASCII (Plain Text) Files [TXT - 2K] coxcoasc.txtRecord Layout for DBF Files [TXT - 2K]coxcodbf.txtThe link to the FIPS Lookup File [ed.: absent when archived] can be used to access a list of FIPS State codes and the corresponding State names. In the county-to-county worker flow files, only the State codes are used. The files do not contain State names.United States county-to-county worker flow files: 1990 Residence County USresco.txt USresco.zip USresco.dbf USresco.dbf.zipWork County USwrkco.txt USwrkco.zip USwrkco.dbf USwrkco.dbf.zip [Ed.: the original site also had state files. These were not downloaded, as they simply split the United States file into smaller chunks.]

  16. d

    TIGER/Line Shapefile, 2016, county, Stanly County, NC, Address Range-Feature...

    • catalog.data.gov
    Updated Dec 3, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2020). TIGER/Line Shapefile, 2016, county, Stanly County, NC, Address Range-Feature County-based [Dataset]. https://catalog.data.gov/dataset/tiger-line-shapefile-2016-county-stanly-county-nc-address-range-feature-county-based
    Explore at:
    Dataset updated
    Dec 3, 2020
    Area covered
    Stanly County, North Carolina
    Description

    The TIGER/Line shapefiles and related database files (.dbf) are an extract of selected geographic and cartographic information from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). The MTDB represents a seamless national file with no overlaps or gaps between parts, however, each TIGER/Line shapefile is designed to stand alone as an independent data set, or they can be combined to cover the entire nation. The Address Ranges Feature Shapefile (ADDRFEAT.dbf) contains the geospatial edge geometry and attributes of all unsuppressed address ranges for a county or county equivalent area. The term "address range" refers to the collection of all possible structure numbers from the first structure number to the last structure number and all numbers of a specified parity in between along an edge side relative to the direction in which the edge is coded. Single-address address ranges have been suppressed to maintain the confidentiality of the addresses they describe. Multiple coincident address range feature edge records are represented in the shapefile if more than one left or right address ranges are associated to the edge. The ADDRFEAT shapefile contains a record for each address range to street name combination. Address range associated to more than one street name are also represented by multiple coincident address range feature edge records. Note that the ADDRFEAT shapefile includes all unsuppressed address ranges compared to the All Lines Shapefile (EDGES.shp) which only includes the most inclusive address range associated with each side of a street edge. The TIGER/Line shapefile contain potential address ranges, not individual addresses. The address ranges in the TIGER/Line Files are potential ranges that include the full range of possible structure numbers even though the actual structures may not exist.

  17. i

    ZIP Code Boundaries

    • data.indy.gov
    • hub.arcgis.com
    Updated Dec 18, 2015
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    City of Indianapolis and Marion County - IndyGIS (2015). ZIP Code Boundaries [Dataset]. https://data.indy.gov/maps/bba987ced0cf4b7086650e3656b30d69
    Explore at:
    Dataset updated
    Dec 18, 2015
    Dataset authored and provided by
    City of Indianapolis and Marion County - IndyGIS
    Area covered
    Description

    Polygon file representing the ZIP code boundaries in Indianapolis and Marion County, Indiana.Data projection: NAD 1983 StatePlane Indiana East FIPS 1301 (US Feet)

  18. O

    Connecticut Towns - Crosswalk with Tax Codes and FIPS Codes

    • data.ct.gov
    • catalog.data.gov
    application/rdfxml +5
    Updated May 9, 2019
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Office of Policy and Management (2019). Connecticut Towns - Crosswalk with Tax Codes and FIPS Codes [Dataset]. https://data.ct.gov/Local-Government/Connecticut-Towns-Crosswalk-with-Tax-Codes-and-FIP/5hqs-h5c3
    Explore at:
    json, application/rssxml, xml, csv, application/rdfxml, tsvAvailable download formats
    Dataset updated
    May 9, 2019
    Dataset authored and provided by
    Office of Policy and Management
    License

    U.S. Government Workshttps://www.usa.gov/government-works
    License information was derived automatically

    Area covered
    Connecticut
    Description

    A list of Connecticut municipalities with the 3-digit tax code and the 2010 10-digit FIPS code for county subdivisions, assigned by the U.S. Census Bureau

  19. g

    Smoke Alarm Distribution

    • gimi9.com
    • data.nist.gov
    • +1more
    Updated Dec 9, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2024). Smoke Alarm Distribution [Dataset]. https://gimi9.com/dataset/data-gov_smoke-alarm-distribution-363ec
    Explore at:
    Dataset updated
    Dec 9, 2024
    Description

    This data set contains estimates of the percentage smoke detector utilization at the Census Tract level for the United States. Development of this data set is described in NIST TN 2020 (see references below). The zip file contains the data in shapefile format. Each record is a single census tract (using the 2013 Tiger files for census tracts) with associated data. Fields contained in the data set are: geoid: Geographic ID of the census tract. Format is '14000USXXYYYZZZZZZ', where XX is the FIPS code for the state, YYY is the FIPS code for the county, and ZZZZZZ is the census tract number. This field serves as a unique ID for the dataset. state: FIPS code for the state. county: FIPS code for the county. tract: Tract number. smsa: Standard Metropolitan Statistical Area as used in the American Housing Survey. PUMA: Public Use Microdata Area ID. region: Census region. dtctrs: Estimated fraction of households in the census tract with smoke detectors installed.

  20. a

    Computer and Broadband Internet Access (by Zip Code) 2017

    • opendata.atlantaregional.com
    Updated Jun 26, 2019
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Georgia Association of Regional Commissions (2019). Computer and Broadband Internet Access (by Zip Code) 2017 [Dataset]. https://opendata.atlantaregional.com/datasets/GARC::computer-and-broadband-internet-access-by-zip-code-2017/explore?showTable=true
    Explore at:
    Dataset updated
    Jun 26, 2019
    Dataset provided by
    The Georgia Association of Regional Commissions
    Authors
    Georgia Association of Regional Commissions
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Description

    This layer was developed by the Research & Analytics Group of the Atlanta Regional Commission, using data from the U.S. Census Bureau’s American Community Survey 5-year estimates for 2013-2017, to show populations with computer and internet access by Zip Code Tabulation Area in the Atlanta region.

    The user should note that American Community Survey data represent estimates derived from a surveyed sample of the population, which creates some level of uncertainty, as opposed to an exact measure of the entire population (the full census count is only conducted once every 10 years and does not cover as many detailed characteristics of the population). Therefore, any measure reported by ACS should not be taken as an exact number – this is why a corresponding margin of error (MOE) is also given for ACS measures. The size of the MOE relative to its corresponding estimate value provides an indication of confidence in the accuracy of each estimate. Each MOE is expressed in the same units as its corresponding measure; for example, if the estimate value is expressed as a number, then its MOE will also be a number; if the estimate value is expressed as a percent, then its MOE will also be a percent.

    The user should also note that for relatively small geographic areas, such as census tracts shown here, ACS only releases combined 5-year estimates, meaning these estimates represent rolling averages of survey results that were collected over a 5-year span (in this case 2013-2017). Therefore, these data do not represent any one specific point in time or even one specific year. For geographic areas with larger populations, 3-year and 1-year estimates are also available.

    For further explanation of ACS estimates and margin of error, visit Census ACS website.

    Naming conventions:

    Prefixes:

    None

    Count

    p

    Percent

    r

    Rate

    m

    Median

    a

    Mean (average)

    t

    Aggregate (total)

    ch

    Change in absolute terms (value in t2 - value in t1)

    pch

    Percent change ((value in t2 - value in t1) / value in t1)

    chp

    Change in percent (percent in t2 - percent in t1)

    Suffixes:

    None

    Change over two periods

    _e

    Estimate from most recent ACS

    _m

    Margin of Error from most recent ACS

    _00

    Decennial 2000

    Attributes:

    SumLevel

    Summary level of geographic unit (e.g., County, Tract, NSA, NPU, DSNI, SuperDistrict, etc)

    GEOID

    Census tract Federal Information Processing Series (FIPS) code

    NAME

    Name of geographic unit

    Planning_Region

    Planning region designation for ARC purposes

    Acres

    Total area within the tract (in acres)

    SqMi

    Total area within the tract (in square miles)

    County

    County identifier (combination of Federal Information Processing Series (FIPS) codes for state and county)

    CountyName

    County Name

    TotalHH_e

    # Total households, 2017

    TotalHH_m

    # Total households, 2017 (MOE)

    WithAComputer_e

    # Households with a computer, 2017

    WithAComputer_m

    # Households with a computer, 2017 (MOE)

    pWithAComputer_e

    % Households with a computer, 2017

    pWithAComputer_m

    % Households with a computer, 2017 (MOE)

    WithBroadband_e

    # Households with broadband Internet, 2017

    WithBroadband_m

    # Households with broadband Internet, 2017 (MOE)

    pWithBroadband_e

    % Households with broadband Internet, 2017

    pWithBroadband_m

    % Households with broadband Internet, 2017 (MOE)

    last_edited_date

    Last date the feature was edited by ARC

    Source: U.S. Census Bureau, Atlanta Regional Commission

    Date: 2013-2017

    For additional information, please visit the Census ACS website.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Dan Ofer (2018). US Zipcodes to County State to FIPS Crosswalk [Dataset]. https://www.kaggle.com/danofer/zipcodes-county-fips-crosswalk/discussion
Organization logo

US Zipcodes to County State to FIPS Crosswalk

Lookup between US Zip Code, FIPS State & County IDs, to County/State

Explore at:
CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
Dataset updated
Mar 18, 2018
Dataset provided by
Kagglehttp://kaggle.com/
Authors
Dan Ofer
License

https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

Area covered
United States
Description

Context

Dataset created to link between County - State Name, State-County FIPS, and ZIP Code.

Acknowledgements

Data Sources

  • US HUD

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

  • Census Bureau

https://www2.census.gov/geo/docs/reference/codes/files/national_county.txt https://www.census.gov/geo/reference/codes/cou.html

Data cleaned by Data4Democracy and hosted originally on Data.World: https://github.com/Data4Democracy/zip-code-to-county https://data.world/niccolley/us-zipcode-to-county-state

ZCTA data from USPS 6.2017 release.

Image from Reddit.

Search
Clear search
Close search
Google apps
Main menu