sccgov/covid19-cases-by-city-of-residence-59wk-iusg
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 4 days ago
Indexed 3 hours ago

COVID-19 cases by city of residence

The dataset summarizes counts and rates of cumulative COVID-19 cases by cities in Santa Clara County. Source: California Reportable Disease Information Exchange

This dataset 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-city-of-residence-59wk-iusg\".\"covid19_cases_by_city_of_residence\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • covid19_cases_by_city_of_residence