2017 San Diego County Demographics - Grandparents Living with Grandchildren Under 18 Years by Responsibility for Grandchildren
This table shows the number of grandparent 30 years or older living with own grandchildren under 18 years in households by responsibility for grandchildren with or without a parent present. Additionally, it breaks down grandparents living with and those responsible for their grandchildren without a parent present by age group.
Source: U.S. Census Bureau; 2013-2017 American Community Survey 5-Year Estimates, Table B10051.
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-grandparents-3k3g-i4zs\".\"2017_san_diego_county_demographics_grandparents\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.