2017 San Diego County Demographics - Seniors by Age Group
This indicator shows the senior population by age group. Number (#) represents the number of seniors in that age group. Percentage (%) represents the percentage the age group makes up out of the total population in the geography.
Source: U.S. Census Bureau; 2013-2017 American Community Survey 5-Year Estimates, Table B01001.
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 \"internal-sandiegocounty-data-socrata/2017-san-diego-county-demographics-seniors-by-age-6jpx-upxz\".\"2017_san_diego_county_demographics_seniors_by_age\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.