Skip to main content

CensusDataEntry

Census data for a single year/geography combination.

yearYear (integer)required

Data year

geography_levelGeography Level (string)required

Geography level (county, cousub, tract, block_group)

variables objectrequired

Census variables keyed by census key

property name* CensusVariable

Individual census variable with metadata.

categoryCategory (string)required

Variable category

Example: demographics
subcategorySubcategory (string)required

Variable subcategory

Example: age
value_typeValue Type (string)required

Type of value (total, percentage, currency)

Example: percentage
value objectnullablerequired

The census value

anyOf
number
base_variableBase Variable (string)nullable

Base variable key for percentages

CensusDataEntry
{
"year": 0,
"geography_level": "string",
"variables": {}
}