Skip to main content

USA zipcode programmable database, includes 2020 census data and geometry information.

Project description

https://github.com/MacHu-GWU/uszipcode-project/workflows/CI/badge.svg https://codecov.io/gh/MacHu-GWU/uszipcode-project/branch/master/graph/badge.svg Documentation Status https://img.shields.io/pypi/v/uszipcode.svg https://img.shields.io/pypi/l/uszipcode.svg https://img.shields.io/pypi/pyversions/uszipcode.svg https://img.shields.io/pypi/dm/uszipcode https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
https://img.shields.io/badge/Link-Document-blue.svg https://img.shields.io/badge/Link-API-blue.svg https://img.shields.io/badge/Link-Source_Code-blue.svg https://img.shields.io/badge/Link-Install-blue.svg https://img.shields.io/badge/Link-GitHub-blue.svg https://img.shields.io/badge/Link-Submit_Issue-blue.svg https://img.shields.io/badge/Link-Request_Feature-blue.svg https://img.shields.io/badge/Link-Download-blue.svg

Welcome to uszipcode Documentation

If you are on www.pypi.org or www.github.com, this is not the complete document. Here is the Complete Document.

If you are looking for technical support, click the badge below to join this gitter chat room and ask question to the author.

https://img.shields.io/badge/Chat-Tech_Support-_.svg

uszipcode is the most powerful and easy to use programmable zipcode database in Python. It comes with a rich feature and easy-to-use zipcode search engine. And it is easy to customize the search behavior as you wish.

About the Data

Disclaimer

I started from a academic research project for personal use. I don’t promise for data accuracy, please use with your own risk.

Where the data comes from?

The data is crawled from data.census.gov. There’s data tool allows you to explore 1300+ data points of a zipcode. You can play it yourself with this link https://data.census.gov/cedsci/table?q=94103.

Is this data set Up-to-Date?

Even the data.census.gov use different source for different data fields. For example, the latest general population / income / education data by zipcode are still from Census2010. But population over time data are based from IRS until FY 2018.

In general, static statistic data are from Census 2010. Demographic statistics over time has data utill 2020.

How many Zipcode in this Database

There are 42,724 zipcodes in this database. There are four different type zipcode:

  • STANDARD: most common zipcode

  • PO Box: for post office

  • UNIQUE: special location, usually a single building

  • MILITARY: military location

Number of zipcodes for each type:

+--------------+-------+------------+
| zipcode_type | count | percentage |
+--------------+-------+------------+
|   STANDARD   | 30001 |   70.22    |
|    PO BOX    |  9397 |   21.99    |
|    UNIQUE    |  2539 |    5.94    |
|   MILITARY   |  787  |    1.84    |
+--------------+-------+------------+

I found a Great data source, how to contribute?

You can open an Issue and leave the URL of the data source, brief description about the dataset.

The Data point

Address, Postal

  • zipcode

  • zipcode_type

  • major_city

  • post_office_city

  • common_city_list

  • county

  • state

  • area_code_list

Geography

  • lat

  • lng

  • timezone

  • radius_in_miles

  • land_area_in_sqmi

  • water_area_in_sqmi

  • bounds_west

  • bounds_east

  • bounds_north

  • bounds_south

  • border polygon

Stats and Demographics

  • population

  • population_density

  • population_by_year

  • population_by_age

  • population_by_gender

  • population_by_race

  • head_of_household_by_age

  • families_vs_singles

  • households_with_kids

  • children_by_age

Real Estate and Housing

  • housing_units

  • occupied_housing_units

  • median_home_value

  • median_household_income

  • housing_type

  • year_housing_was_built

  • housing_occupancy

  • vacancy_reason

  • owner_occupied_home_values

  • rental_properties_by_number_of_rooms

  • monthly_rent_including_utilities_studio_apt

  • monthly_rent_including_utilities_1_b

  • monthly_rent_including_utilities_2_b

  • monthly_rent_including_utilities_3plus_b

Employment, Income, Earnings, and Work

  • employment_status

  • average_household_income_over_time

  • household_income

  • annual_individual_earnings

  • sources_of_household_income____percent_of_households_receiving_income

  • sources_of_household_income____average_income_per_household_by_income_source

  • household_investment_income____percent_of_households_receiving_investment_income

  • household_investment_income____average_income_per_household_by_income_source

  • household_retirement_income____percent_of_households_receiving_retirement_incom

  • household_retirement_income____average_income_per_household_by_income_source

  • source_of_earnings

  • means_of_transportation_to_work_for_workers_16_and_over

  • travel_time_to_work_in_minutes

Education

  • educational_attainment_for_population_25_and_over

  • school_enrollment_age_3_to_17

Install

uszipcode is released on PyPI, so all you need is:

$ pip install uszipcode

To upgrade to latest version:

$ pip install --upgrade uszipcode

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zipcode3-1.0.2.tar.gz (26.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zipcode3-1.0.2-py3-none-any.whl (17.6 kB view details)

Uploaded Python 3

File details

Details for the file zipcode3-1.0.2.tar.gz.

File metadata

  • Download URL: zipcode3-1.0.2.tar.gz
  • Upload date:
  • Size: 26.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for zipcode3-1.0.2.tar.gz
Algorithm Hash digest
SHA256 f454271cfb5e3d1c3dd4a6e64b7359c5aad7c4d74d13e7e912fcc3ab961ac8a5
MD5 e8fc6459d40f7bd3ed94ada42cfe9866
BLAKE2b-256 8ec90b203a46820433a1dca499935eb527f49a87bbd63700d87da02090a1e13c

See more details on using hashes here.

File details

Details for the file zipcode3-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: zipcode3-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 17.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for zipcode3-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2a09df8a4f990d2595fba7d4e59d241a65b051aadb64d63bada2ec04fbd33387
MD5 aa059fa1169d1893efcdfd9542cc43b6
BLAKE2b-256 55021e6fafb8f01339006fee29f0f0c6990c6a1a50e1f71f50f9c70271df84e5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page