2017 San Diego County Demographics - Seniors by Household Type
This indicator explores the type of household that seniors, ages 65+, lived in. Types of households are classified by presence of relatives. Please note that estimates from other American Community Survey (ACS) tables may differ depending on the categories included in that table; this is because the percentage of seniors by households type data presented here includes the senior population living in group quarters (college residence halls, residential treatment centers, skilled nursing facilities, group homes, military barracks, correctional facilities, workers’ dormitories, and facilities for people experiencing homelessness).
Source: U.S. Census Bureau; 2013-2017 American Community Survey 5-Year Estimates, Table B09020.
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-9ydv-mmi8\".\"2017_san_diego_county_demographics_seniors_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.