2017 San Diego County Demographics - Single Parent Households
Note: Own children are never-married sons and daughters under the age of 18, including stepchildren and adopted children, of the householder or married couple.
This indicator provides the number of households with own children under the age of 18 along with the percentage of these that are single parent households. The percentages are of households with children under 18 years of age, not out of all housing units. Further, it specifies the percentages of households with children under 18 years of age that are single parent father or single parent mother households. Therefore, sum of single father household and single mother households will add to percent of single parent household with own children under 18.
Source: U.S. Census Bureau; 2013-2017 American Community Survey 5-Year Estimates, Table S1101.
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-single-parent-ycw8-2w8j\".\"2017_san_diego_county_demographics_single_parent\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.