Equity Report Data: Demographics
This dataset contains data included in the San Diego County Regional Equity Indicators Report led by the Office of Equity and Racial Justice (OERJ). The full report can be found here: https://data.sandiegocounty.gov/stories/s/7its-kgpt.
Geographic data used to create maps in the report can be found here: https://data.sandiegocounty.gov/dataset/Equity-Report-Data-Geography/p6uw-qxpv
Filter by the Indicator column to select data for a particular indicator.
Prepared by: Office of Evaluation, Performance, and Analytics and the Office of Equity and Racial Justice, County of San Diego, in collaboration with the San Diego Regional Policy & Innovation Center (https://www.sdrpic.org).
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/equity-report-data-demographics-q9ix-kfws\".\"equity_report_data_demographics\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.