Open repository in Console
Readme
Updated over 5 years ago
‧ Indexed 1 hour ago
Maryland Adult Cigarette Smoking Status, 1995-2010
Adults are defined as 18 years of age and older. The CDC defines a "Current Smoker" as an adult who has smoked at least 100 cigarettes (5 packs) in their lifetime and currently smokes either "Every Day" or "Some Days." BRFSS data methodology changed in 2011; therefore, 2011 and after is not comparable to 2010 data and before.
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/maryland-adult-cigarette-smoking-status-19952010-ycny-6riz\".\"maryland_adult_cigarette_smoking_status_19952010\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata