cityofnewyork-us/dohmh-covid19-antibodybyborough-x98t-3bbk
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 4 days ago
Indexed 6 hours ago

DOHMH COVID-19 Antibody-by-Borough

This dataset contains information on antibody testing for COVID-19: 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 borough of residence. These data can also be accessed here: https://github.com/nychealth/coronavirus-data/blob/master/totals/antibody-by-boro.csv

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-covid19-antibodybyborough-x98t-3bbk\".\"dohmh_covid19_antibodybyborough\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • dohmh_covid19_antibodybyborough
     
     
     
     
     
Upstream Metadata