data.census_acs Query the US Census ACS (American Community Survey) Data API and write the result as CSV. The API requires a key; supply it via the CENSUS_API_KEY environment variable (pending proper secrets integration).
Kind: standardNetwork: yesName Type Description yearnumber ACS vintage year. datasetstring ACS dataset (acs1 or acs5). tablestring ACS table ID (e.g. B01003). geographystring Geography predicate (e.g. "state:*", "county:*&in=state:06"). variablesstring Optional comma-separated list of variable IDs. Defaults to NAME,<table>_001E.
Outputs🔗 Name Type Description tablefile (CSV) Response rendered as CSV (first row = column headers).
Example🔗 - id : 01890000-0000-0000-0000-000000000106
name : data.census_acs
args :
year : 2021
dataset : " acs5 "
table : " B01003 "
geography : " state:* " ← Previous data.census_tiger Next → data.stat