Open repository in Console
Readme
Updated 2 months ago
‧ Indexed 4 hours ago
Age and Population Demographics
Demographic information of Mesa residents sourced by US Census American Community Survey (ACS) 5-Year Estimates. Race estimates includes survey responses for "One Race" and does not include responses of "in combination with" (2 or more races).
This dataset is manually updated. Sources include:
https://data.census.gov/table?q=Mesa+az&tid=ACSDP5Y2021.DP05
Number of Households Only:
https://data.census.gov/cedsci/table?text=dp02&g=1600000US0446000&y=2021&tid=ACSDP5Y2021.DP02
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/age-and-population-demographics-4why-9h55\".\"age_and_population_demographics\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata