cityofnewyork-us/dohmh-covid-antibodybyage-7umd-hdjb
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 days ago
Indexed 7 days ago

DOHMH COVID Antibody-by-Age

This file contains person-level information on antibody testing: the number of people who received a test, the number of people with positive results, the percentage of people tested who tested positive, and the rate of testing per 100,000 people, stratified by age group.

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 \"cityofnewyork-us/dohmh-covid-antibodybyage-7umd-hdjb\".\"dohmh_covid_antibodybyage\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • dohmh_covid_antibodybyage
     
     
     
     
     
Upstream Metadata