HCHD Cases by Age - TDH Format
Data scraped from the HCHD and structured to match the TDH data format.
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-chattadata/hchd-cases-by-age-tdh-format-nqdu-isfz\".\"hchd_cases_by_age_tdh_format\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.