CDC STATE System E-Cigarette Legislation - Preemption Summary
1995-2024. Centers for Disease Control and Prevention (CDC). State Tobacco Activities Tracking and Evaluation (STATE) System. E-Cigarette Legislation – Preemption. The STATE System houses current and historical state-level legislative data on tobacco use prevention and control policies. Data are reported on a quarterly basis. Data include information related to summary state preemption of more stringent or differing local laws on smokefree indoor air, youth access and licensure that are applicable to e-cigarettes.
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/cdc-state-system-ecigarette-legislation-preemption-88eg-qzed\".\"cdc_state_system_ecigarette_legislation_preemption\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.