cdc-gov/number-of-reported-malaria-cases-by-county-united-puzh-5wax
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 3 years ago
Indexed 1 hour ago

Number of Reported Malaria Cases by County— United States, 2017

This dataset contains deidentified data from the National Malaria Surveillance System on the number of malaria cases reported in the United States in 2017, by county. Only counties reporting five or more cases are included in this dataset.

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 \"cdc-gov/number-of-reported-malaria-cases-by-county-united-puzh-5wax\".\"number_of_reported_malaria_cases_by_county_united\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • number_of_reported_malaria_cases_by_county_united
     
     
     
     
     
Upstream Metadata