Query US Census Bureau survey data for variables by geography.
Returns US Census Bureau data: the requested variables for the requested geographies, as a table (the first row is the header). Covers the American Community Survey, Decennial Census, and other Census datasets.
Set dataset to the dataset path (e.g. "acs/acs5"), get to a comma-separated variable list including "NAME" (e.g. "NAME,B01001_001E" for total population), and for to the geography (e.g. "state:*"). Use in to scope a parent geography (e.g. "state:06"). Variable codes are dataset-specific. Data is US public domain.
Parent geography filter (e.g. "state:06").
Geography selector (e.g. "state:*", "county:*").
Comma-separated variables, including "NAME" (e.g. "NAME,B01001_001E").
Survey/vintage year.
Dataset path, e.g. "acs/acs5" or "dec/pl".