This dataset contains crude rate of emergency room visits for chronic obstructive pulmonary disease (COPD) among Tennessee state residents, in 2020.
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 \"healthdata-tn-gov/crude-rate-of-copd-emergency-department-visits-kkj8-eup7\".\"crude_rate_of_copd_emergency_department_visits\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.