Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 1 hour ago
Percent of adults who smoke (18+), New Jersey, by year: Beginning 2011
Ratio: Percentage of adults aged 18 and over who reported smoking cigarettes every day or some days.
Definition: Number of adults aged 18 years and older who have smoked at least 100 cigarettes in their lifetime and who now report smoking cigarettes every day or some days.
Data Source: Behavioral Risk Factor Survey, Center for Health Statistics, New Jersey Department of Health
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 \"healthdata-nj-gov/percent-of-adults-who-smoke-18-new-jersey-by-year-qvb6-9fnr\".\"percent_of_adults_who_smoke_18_new_jersey_by_year\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata