2015 San Diego County Demographics - School Enrollment and Educational Attainment
School enrollment refers to those 4-18 enrolled in school. Educational Attainment refers to the highest level of education completed in terms of the highest degree or the highest level of schooling completed. Source: U.S. Census Bureau; 2011-2015 American Community Survey 5-Year Estimates, Table B14002, S1401, and 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 \"internal-sandiegocounty-data-socrata/2015-san-diego-county-demographics-school-fbqu-yv29\".\"2015_san_diego_county_demographics_school\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.