API Reference
This section contains the complete API reference for pytidycensus.
- pytidycensus package
CensusAPI
set_census_api_key()
get_acs()
get_decennial()
get_estimates()
get_geography()
load_variables()
search_variables()
get_table_variables()
get_credentials()
- Submodules
- pytidycensus.api module
- pytidycensus.acs module
- pytidycensus.decennial module
- pytidycensus.estimates module
- pytidycensus.geography module
- pytidycensus.utils module
- pytidycensus.variables module
Main Functions
|
Obtain data from the American Community Survey (ACS). |
|
Obtain data from the US Decennial Census. |
|
Obtain data from the US Census Bureau Population Estimates Program. |
|
Download and load geographic boundary data from TIGER/Line shapefiles. |
|
Load Census variables for a given dataset and year. |
API Client
|
Core client for interacting with US Census Bureau APIs. |
Submodules
Core Census API client for making requests to the US Census Bureau APIs. |
|
American Community Survey (ACS) data retrieval functions. |
|
Decennial Census data retrieval functions. |
|
Population estimates data retrieval functions. |
|
Geographic boundary data retrieval and processing using TIGER shapefiles. |
|
Census variable loading and caching functionality. |
|
Utility functions for data processing and validation. |
Come study with us at The George Washington University
