Skip to main content

US Census utilities for a variety of data loading, analysis, and mapping purposes.

Project description

censusdis

U.S. Map of Integration

Hippocratic License HL3-CL-ECO-EXTR-FFD-LAW-MIL-SV PyPI PyPI - Python Version

PyPI - Status PyPI - Format PyPI - Downloads

GitHub last commit Tests Badge Coverage Badge Documentation Status

censusdis is a package for discovering, loading, and analyzing U.S. Census data. It is designed

  • to support every dataset, every geography, and every year. It's not just about ACS data through the last time the software was updated and released;
  • to support all geographies, on and off-spine, not just states, counties, and census tracts;
  • to have integrated mapping capabilities that save you time and extra coding;
  • to be intuitive, Pythonic, and fast.

Note:

For the full README, please visit the censusdis source repository.

Installation and First Example

censusdis can be installed with pip:

pip install censusdis

Every censusdis query needs four things:

  1. What data set we want to query.
  2. What vintage, or year.
  3. What variables.
  4. What geographies.

Here is an example of how we can use censusdis to download data once we know those four things.

import censusdis.data as ced
from censusdis.datasets import ACS5
from censusdis import states

df_median_income = ced.download(
    # Data set: American Community Survey 5-Year
    dataset=ACS5,
    
    # Vintage: 2022
    vintage=2022, 
    
    # Variable: median household income
    download_variables=['NAME', 'B19013_001E'], 
    
    # Geography: All counties in New Jersey.
    state=states.NJ,
    county='*'
)

There are many more examples in the tuturial and in the sample notebooks.

Tutorial (A Great Place to Start!)

For a tutorial, please see the censusdis-tutorial repository. This tutorial was presented at PyData Seattle 2023. If you want to try it out for yourself, the README.md contains links that let you run the tutorial notebooks live on mybinder.org in your browser without needing to set up a local development environment or download or install any code.

Tutorial Video

A 86 minute video of the tutorial as presented at PyData Seattle 2023 is also available.

PyData Seattle Tutorial Video

More Details

For the full README, lots of maps, demo notebooks, and more, please visit the censusdis source repository.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

censusdis-1.4.2.tar.gz (399.4 kB view details)

Uploaded Source

Built Distribution

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

censusdis-1.4.2-py3-none-any.whl (435.9 kB view details)

Uploaded Python 3

File details

Details for the file censusdis-1.4.2.tar.gz.

File metadata

  • Download URL: censusdis-1.4.2.tar.gz
  • Upload date:
  • Size: 399.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.4 Darwin/24.5.0

File hashes

Hashes for censusdis-1.4.2.tar.gz
Algorithm Hash digest
SHA256 4049d94b7dd1eee57455f728c0cb2f2b4924c4b4f7576c9ba83fe004f02bc6f4
MD5 34c52b5e06af41e1928150d613c06b77
BLAKE2b-256 0b5f5804be451947bf33181b69b4d10778d16502b11cbf4d4695a2a29fac4873

See more details on using hashes here.

File details

Details for the file censusdis-1.4.2-py3-none-any.whl.

File metadata

  • Download URL: censusdis-1.4.2-py3-none-any.whl
  • Upload date:
  • Size: 435.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.4 Darwin/24.5.0

File hashes

Hashes for censusdis-1.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d737e803b4edfb69f69b7689d2db0accc870cc61f47ec4278c68ae9ed934db3a
MD5 cab6d67c131171faabb8242c1dd192fd
BLAKE2b-256 25b77307a30e86ef25ded7732dc54f61aecada587239fe10268cffa5ebc17928

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