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:
demographicssubcategorySubcategory (string)required
Variable subcategory
Example:
agevalue_typeValue Type (string)required
Type of value (total, percentage, currency)
Example:
percentagevalue objectnullablerequired
The census value
- number
- integer
- string
number
base_variableBase Variable (string)nullable
Base variable key for percentages
CensusDataEntry
{
"year": 0,
"geography_level": "string",
"variables": {}
}