SHIP Adults Who Currently Smoke 2011-2021
Adults Who Currently Smoke - This indicator shows the percentage of adults who currently smoke. 7,500 adults in Maryland die each year due to tobacco-related causes, and 150,000 more suffer from tobacco-related diseases such as COPD, emphysema or cancers. Non-smokers – especially young children (and even pets) – are also affected by tobacco through exposure to the toxins found in secondhand smoke. <a href="https://health.maryland.gov/pophealth/Documents/SHIP/SHIP%20Lite%20Data%20Details/Adults%20who%20Currently%20Smoke.pdf" > Link to Data Details </a>
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 \"opendata-maryland-gov/ship-adults-who-currently-smoke-20112021-ut4s-cvgy\".\"ship_adults_who_currently_smoke_20112021\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.