Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
Census Variables (5-year Estimates)
Selected American Community Survey (ACS) variables from Mesa and other nearby municipalities. Visit https://www.census.gov/data/developers/data-sets/acs-5year.html for more information about the US Census Bureau's ACS ongoing survey. See https://www.census.gov/programs-surveys/acs/news/data-releases.html for data annual release schedules.
This dataset uses 5-year estimates.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"citydata-mesaaz-gov/census-variables-5year-estimates-9nqf-ygw6\".\"census_variables_5year_estimates\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata