sccgov/covid19-cases-by-age-group-ige8-ixqu
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 7 days ago
Indexed 3 hours ago

COVID-19 cases by age group

The dataset provides information about characteristics of COVID-19 cases by age groups among Santa Clara County residents. Source: California Reportable Disease Information Exchange

This table is updated every Thursday.

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 \"sccgov/covid19-cases-by-age-group-ige8-ixqu\".\"covid19_cases_by_age_group\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • covid19_cases_by_age_group