📊 census¶
U.S. Census Bureau demographic and population data including American Community Survey (ACS) estimates, decennial census results, and population estimates. Provides comprehensive demographic profiles, household characteristics, income distributions, educational attainment, housing statistics, and migration patterns at national, state, and county levels.
42 datasets · 335 columns
population_summary · table¶
State-level population summary showing total, male, and female population by year. Aggregates data from acs_population table.
View — columns are resolved by the query engine at runtime.
income_summary · table¶
State-level income summary showing median household income and per capita income by year. Aggregates data from acs_income table.
View — columns are resolved by the query engine at runtime.
poverty_rate · table¶
State-level poverty rates calculated from poverty universe and below poverty level counts. Shows percentage of population below poverty level.
View — columns are resolved by the query engine at runtime.
education_attainment · table¶
State-level educational attainment showing population with high school diploma, bachelor's degree, master's degree, and doctorate. Includes percentages.
View — columns are resolved by the query engine at runtime.
unemployment_rate · table¶
State-level unemployment rates calculated from labor force and unemployed population. Shows labor force participation and unemployment percentages.
View — columns are resolved by the query engine at runtime.
acs_population · table¶
American Community Survey population demographics including total population, age, sex, race, and ethnicity. Provides population counts at state and county levels.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
total_ |
long | yes | Total population |
male_ |
long | yes | Male population |
female_ |
long | yes | Female population |
acs_income · table¶
Household and family income statistics from ACS including median household income and per capita income at state and county levels.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
median_ |
long | yes | Median household income in the past 12 months |
per_ |
long | yes | Per capita income in the past 12 months |
acs_housing · table¶
Housing characteristics from ACS including total housing units, occupancy status, median home value, and median rent.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
total_ |
long | yes | Total housing units |
occupied_ |
long | yes | Occupied housing units |
vacant_ |
long | yes | Vacant housing units |
median_ |
long | yes | Median value of owner-occupied housing units |
median_ |
long | yes | Median gross rent |
acs_education · table¶
Educational attainment from ACS including high school graduation rates and bachelor's degree attainment for population 25 years and over.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
pop_ |
long | yes | Total population 25 years and over |
hs_ |
long | yes | Regular high school diploma (excludes GED/equivalency) |
bachelors |
long | yes | Bachelor's degree only (excludes higher degrees) |
masters |
long | yes | Master's degree |
doctorate |
long | yes | Doctorate degree |
acs_employment · table¶
Employment status and labor force participation from ACS including employed, unemployed, and labor force participation rates.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
labor_ |
long | yes | Civilian labor force (population 16 years and over) |
employed |
long | yes | Employed (civilian labor force) |
unemployed |
long | yes | Unemployed (civilian labor force) |
not_ |
long | yes | Not in labor force |
acs_poverty · table¶
Poverty statistics from ACS including population below poverty level and poverty rates by demographic groups.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
poverty_ |
long | yes | Population for whom poverty status is determined (excludes institutionalized, military, unrelated children under 15) |
below_ |
long | yes | Income below poverty level in past 12 months |
decennial_population · table¶
Decennial Census population from 2000, 2010, and 2020. Unified schema across all years with columns normalized to canonical names regardless of year-specific API variable codes (P001001 vs P1_001N, etc.).
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
total_ |
long | yes | Total population |
white_ |
long | yes | Population identifying as White alone |
black_ |
long | yes | Population identifying as Black or African American alone |
asian_ |
long | yes | Population identifying as Asian alone |
acs_race_ethnicity · table¶
Detailed race and Hispanic/Latino origin demographics from ACS including population counts by race categories and Hispanic origin status.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
white_ |
long | yes | White alone |
black_ |
long | yes | Black or African American alone |
american_ |
long | yes | American Indian and Alaska Native alone |
asian_ |
long | yes | Asian alone |
pacific_ |
long | yes | Native Hawaiian and Other Pacific Islander alone |
other_ |
long | yes | Some other race alone |
two_ |
long | yes | Two or more races |
hispanic_ |
long | yes | Hispanic or Latino origin (any race) |
not_ |
long | yes | Not Hispanic or Latino |
acs_age · table¶
Age distribution from ACS including median age and population by age groups.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
median_ |
double | yes | Median age |
under_ |
long | yes | Population under 5 years |
age_ |
long | yes | Population 5 to 17 years (school age) |
age_ |
long | yes | Working age population 18 to 64 |
age_ |
long | yes | Senior population 65 years and over |
acs_commuting · table¶
Commuting patterns from ACS including means of transportation to work, travel time, and work-from-home statistics.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
total_ |
long | yes | Total workers 16 years and over |
drove_ |
long | yes | Workers who drove alone |
carpooled |
long | yes | Workers who carpooled |
public_ |
long | yes | Workers using public transportation |
walked |
long | yes | Workers who walked to work |
bicycle |
long | yes | Workers who bicycled to work |
worked_ |
long | yes | Workers who worked from home |
mean_ |
double | yes | Mean travel time to work (minutes) |
acs_health_insurance · table¶
Health insurance coverage from ACS including coverage rates by age and type.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
total_ |
long | yes | Total civilian noninstitutionalized population |
with_ |
long | yes | Population with health insurance coverage |
no_ |
long | yes | Population without health insurance coverage |
public_ |
long | yes | Population with public health insurance |
private_ |
long | yes | Population with private health insurance |
acs_language · table¶
Language spoken at home from ACS including English proficiency.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
population_ |
long | yes | Population 5 years and over |
english_ |
long | yes | Speak only English at home |
spanish |
long | yes | Speak Spanish at home |
spanish_ |
long | yes | Speak Spanish, limited English proficiency |
other_ |
long | yes | Speak other Indo-European language |
asian_ |
long | yes | Speak Asian and Pacific Island languages |
other_ |
long | yes | Speak other languages |
acs_disability · table¶
Disability status from ACS including types of disabilities.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
total_ |
long | yes | Total civilian noninstitutionalized population |
with_ |
long | yes | Population with a disability |
hearing_ |
long | yes | Population with hearing difficulty |
vision_ |
long | yes | Population with vision difficulty |
cognitive_ |
long | yes | Population with cognitive difficulty |
ambulatory_ |
long | yes | Population with ambulatory difficulty |
acs_veterans · table¶
Veteran status from ACS including veteran population by period of service.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
civilian_ |
long | yes | Civilian population 18 years and over |
veterans |
long | yes | Veteran population |
nonveterans |
long | yes | Nonveteran population |
male_ |
long | yes | Male veterans |
female_ |
long | yes | Female veterans |
acs_migration · table¶
Geographic mobility from ACS showing where people moved from in the past year.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
population_ |
long | yes | Population 1 year and over |
same_ |
long | yes | Same house 1 year ago |
moved_ |
long | yes | Moved within same county |
moved_ |
long | yes | Moved from different county, same state |
moved_ |
long | yes | Moved from different state |
moved_ |
long | yes | Moved from abroad |
acs_occupation · table¶
Employment by occupation category from ACS.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
total_ |
long | yes | Total employed civilian population 16+ |
management_ |
long | yes | Management, business, science, and arts occupations |
service_ |
long | yes | Service occupations |
sales_ |
long | yes | Sales and office occupations |
natural_ |
long | yes | Natural resources, construction, and maintenance occupations |
production_ |
long | yes | Production, transportation, and material moving occupations |
acs_industry · table¶
Employment by industry sector from ACS.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
total_ |
long | yes | Total employed civilian population 16+ |
agriculture_ |
long | yes | Agriculture, forestry, fishing, hunting, and mining |
construction |
long | yes | Construction |
manufacturing |
long | yes | Manufacturing |
wholesale_ |
long | yes | Wholesale trade |
retail_ |
long | yes | Retail trade |
transportation_ |
long | yes | Transportation and warehousing, and utilities |
information |
long | yes | Information |
finance_ |
long | yes | Finance and insurance, and real estate |
professional_ |
long | yes | Professional, scientific, management, admin, and waste management |
educational_ |
long | yes | Educational services, health care, and social assistance |
arts_ |
long | yes | Arts, entertainment, recreation, accommodation, and food services |
other_ |
long | yes | Other services (except public administration) |
public_ |
long | yes | Public administration |
acs_internet · table¶
Internet and computer access from ACS showing digital connectivity.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
total_ |
long | yes | Total households |
with_ |
long | yes | Households with an internet subscription |
with_ |
long | yes | Households with broadband internet |
no_ |
long | yes | Households without internet access |
with_ |
long | yes | Households with a computer |
no_ |
long | yes | Households without a computer |
acs_nativity · table¶
Nativity and citizenship status from ACS including foreign-born population.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
total_ |
long | yes | Total population |
native_ |
long | yes | Native born (US citizen at birth) |
foreign_ |
long | yes | Foreign born |
naturalized_ |
long | yes | Naturalized US citizen |
not_ |
long | yes | Not a US citizen |
acs_marital_status · table¶
Marital status from ACS for population 15 years and over.
| Column | Type | Null | Description |
|---|---|---|---|
name |
string | yes | Geographic area name from Census API |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
b12001_ |
string | yes | Population 15 years and over (total) |
b12001_ |
string | yes | Male never married |
b12001_ |
string | yes | Male now married (excluding separated) |
b12001_ |
string | yes | Male separated |
b12001_ |
string | yes | Male widowed |
b12001_ |
string | yes | Male divorced |
b12001_ |
string | yes | Female never married |
b12001_ |
string | yes | Female now married (excluding separated) |
b12001_ |
string | yes | Female separated |
b12001_ |
string | yes | Female widowed |
b12001_ |
string | yes | Female divorced |
acs_household_type · table¶
Household type and family composition from ACS.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
total_ |
long | yes | Total households |
family_ |
long | yes | Family households |
married_ |
long | yes | Married-couple family |
male_ |
long | yes | Male householder, no spouse present |
female_ |
long | yes | Female householder, no spouse present |
nonfamily_ |
long | yes | Nonfamily households |
living_ |
long | yes | Householder living alone |
average_ |
double | yes | Average household size |
acs_housing_tenure · table¶
Housing tenure showing homeownership vs rental status from ACS.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
occupied_ |
long | yes | Total occupied housing units |
owner_ |
long | yes | Owner-occupied units |
renter_ |
long | yes | Renter-occupied units |
median_ |
long | yes | Median value of owner-occupied units |
median_ |
long | yes | Median gross rent |
median_ |
long | yes | Median year structure built |
acs_income_distribution · table¶
Household income distribution showing income brackets from ACS.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
total_ |
long | yes | Total households |
income_ |
long | yes | Households with income under $10,000 |
income_ |
long | yes | Households with income $10,000 to $24,999 |
income_ |
long | yes | Households with income $25,000 to $49,999 |
income_ |
long | yes | Households with income $50,000 to $99,999 |
income_ |
long | yes | Households with income $100,000 to $199,999 |
income_ |
long | yes | Households with income $200,000 or more |
gini_ |
double | yes | Gini index of income inequality |
decennial_housing · table¶
Decennial Census housing unit counts and occupancy from 2000, 2010, 2020.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
total_ |
long | yes | Total housing units |
occupied_ |
long | yes | Occupied housing units |
vacant_ |
long | yes | Vacant housing units |
pep_population · table¶
Population Estimates Program (PEP) annual population estimates. Uses dimension resolver to handle API differences: - 2019 and earlier: pep/population endpoint with POP, DENSITY - 2020+: pep/charv endpoint with POP and YEAR filter
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
population |
long | yes | Total population estimate |
density |
double | yes | Population density (only for 2019 vintage) |
cbp_establishments · table¶
County Business Patterns provides annual data on business establishments, employment, and payroll by industry (NAICS) at state and county levels.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
naics_ |
string | yes | 2017 NAICS industry code |
establishments |
long | yes | Number of establishments |
employees |
long | yes | Number of employees (mid-March) |
annual_ |
long | yes | Annual payroll ($1,000) |
first_ |
long | yes | First quarter payroll ($1,000) |
acs1_population · table¶
ACS 1-Year population estimates. More current than 5-year but only available for areas with 65,000+ population.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
total_ |
long | yes | Total population |
male_ |
long | yes | Male population |
female_ |
long | yes | Female population |
median_ |
double | yes | Median age |
acs1_income · table¶
ACS 1-Year income statistics for areas with 65,000+ population.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
median_ |
long | yes | Median household income |
per_ |
long | yes | Per capita income |
economic_census · table¶
Economic Census provides comprehensive business statistics including establishments, employment, payroll, and sales by industry. Uses dimension resolver to handle NAICS version differences: - 2017: Uses NAICS2017 variable - 2022: Uses NAICS2022 variable Partitioned by year only (not geography) to reduce file count.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
naics_ |
string | yes | NAICS industry code (version depends on census year) |
establishments |
long | yes | Number of establishments |
employees |
long | yes | Number of employees |
payroll |
long | yes | Annual payroll ($1,000) |
sales |
long | yes | Total sales/receipts ($1,000) |
saipe_poverty · table¶
Small Area Income and Poverty Estimates (SAIPE) provides annual county-level estimates of income and poverty including median household income and poverty rates by age group.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
all_ |
long | yes | All ages in poverty count estimate |
all_ |
double | yes | All ages poverty rate estimate |
child_ |
long | yes | Ages 0-17 in poverty count estimate |
child_ |
double | yes | Ages 0-17 poverty rate estimate |
median_ |
long | yes | Median household income estimate |
sahie_insurance · table¶
Small Area Health Insurance Estimates (SAHIE) provides county-level estimates of health insurance coverage rates.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
insured_ |
long | yes | Number insured estimate |
uninsured_ |
long | yes | Number uninsured estimate |
insured_ |
double | yes | Percent insured estimate |
uninsured_ |
double | yes | Percent uninsured estimate |
bds_dynamics · table¶
Business Dynamics Statistics tracks job creation, destruction, firm births and deaths at state level by industry and firm characteristics.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
job_ |
long | yes | Number of jobs created |
job_ |
long | yes | Number of jobs destroyed |
net_ |
long | yes | Net job creation (creation - destruction) |
establishments |
long | yes | Number of establishments |
firms |
long | yes | Number of firms |
employees |
long | yes | Number of employees |
abs_characteristics · table¶
Annual Business Survey provides data on business owner characteristics including demographics, education, and veteran status.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
firms |
long | yes | Number of employer firms |
receipts |
long | yes | Sales receipts ($1,000) |
employees |
long | yes | Number of employees |
payroll |
long | yes | Annual payroll ($1,000) |
nonemployer_statistics · table¶
Nonemployer Statistics covers businesses with no paid employees, typically self-employed individuals operating unincorporated businesses. Partitioned by year only (not geography) to reduce file count.
| Column | Type | Null | Description |
|---|---|---|---|
geo_ |
string | yes | Geographic area name |
state |
string | yes | State FIPS code (2 digits) |
county |
string | yes | County FIPS code (3 digits, within state) |
county_ |
string | yes | 5-digit county FIPS code (state + county) for joining to geo.counties |
naics_ |
string | yes | NAICS industry code (canonical header; source variable is the vintage-specific NAICS20xx, normalized by CensusResponseTransformer) |
establishments |
long | yes | Number of nonemployer establishments |
receipts |
long | yes | Total receipts ($1,000) |
building_permits · table¶
Building Permits Survey tracks new privately-owned residential construction permits by state. Uses December cumulative (YTD) totals. Data from https://www2.census.gov/econ/bps/State/ URL format is stYYMMy.txt where YYMM is year-month code (e.g., 2212 = Dec 2022). Partition 'year' stores the YYMM code for URL compatibility; actual year derived from survey_date.
| Column | Type | Null | Description |
|---|---|---|---|
column0 |
string | yes | Survey date in YYYYMM format |
column1 |
string | yes | State FIPS code (2-digit) |
column4 |
string | yes | State name |
column6 |
string | yes | Single-family housing units authorized |
column7 |
string | yes | Value of single-family permits ($1000) |
column9 |
string | yes | Duplex housing units authorized |
column10 |
string | yes | Value of duplex permits ($1000) |
column12 |
string | yes | 3-4 unit housing units authorized |
column13 |
string | yes | Value of 3-4 unit permits ($1000) |
column15 |
string | yes | 5+ unit housing units authorized |
column16 |
string | yes | Value of 5+ unit permits ($1000) |
qwi_employment · table¶
Quarterly Workforce Indicators tracks employment, earnings, job creation, and worker turnover by demographics (age, sex) and industry. Note: QWI API doesn't support wildcard states - must iterate per state. Partitioned by time (YYYY-QN format) to reduce file count vs per-state.
| Column | Type | Null | Description |
|---|---|---|---|
state |
string | yes | State FIPS code (2 digits) |
quarter |
string | yes | Quarter in YYYY-QN format |
employment |
long | yes | Beginning-of-quarter employment |
stable_ |
long | yes | Stable employment (employed full quarter) |
hires |
long | yes | All hires |
separations |
long | yes | All separations |
earnings |
long | yes | Average monthly earnings of stable workers |
lodes_workplace · table¶
LEHD Origin-Destination Employment Statistics (LODES) Workplace Area Characteristics (WAC). Downloaded from lehd.ces.census.gov/data/lodes/.
| Column | Type | Null | Description |
|---|---|---|---|
w_ |
string | yes | Workplace census block code (15 digits) |
c000 |
string | yes | Total number of jobs |
ca01 |
string | yes | Jobs for workers age 29 or younger |
ca02 |
string | yes | Jobs for workers age 30 to 54 |
ca03 |
string | yes | Jobs for workers age 55 or older |
ce01 |
string | yes | Jobs with monthly earnings $1,250 or less |
ce02 |
string | yes | Jobs with monthly earnings $1,251 to $3,333 |
ce03 |
string | yes | Jobs with monthly earnings $3,333 or more |