Open repository in Console
Readme
Updated 12 months ago
‧ Indexed 11 months ago
DQS Dentists, by state: United States.
Data on active dentists in the United States by state. Data are from Health, United States. SOURCE: American Dental Association, Health Policy Institute.
Search, visualize, and download these and other estimates from over 120 health topics with the NCHS Data Query System (DQS), available from: https://www.cdc.gov/nchs/dataquery/index.htm.
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/dqs-dentists-by-state-united-states-9epi-jrff\".\"dqs_dentists_by_state_united_states\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata