DASH - Youth Risk Behavior Surveillance System (YRBSS): High School – Including Sexual Orientation
2015-2017. High School Dataset – Including Sexual Orientation. The Youth Risk Behavior Surveillance System (YRBSS) monitors six categories of priority health behaviors
among youth and young adults: 1) behaviors that contribute to unintentional injuries and violence; 2) tobacco use; 3) alcohol and
other drug use; 4) sexual behaviors related to unintended pregnancy and sexually transmitted infections (STIs), including human
immunodeficiency virus (HIV) infection; 5) unhealthy dietary behaviors; and 6) physical inactivity. In addition, YRBSS monitors
the prevalence of obesity and asthma and other priority health behaviors. This dataset contains national, state, and local data from 2015 that includes two aspects of sexual orientation – sexual identity and sex of sexual contacts. Additional information about the YRBSS can be found at www.cdc.gov/yrbss.
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/dash-youth-risk-behavior-surveillance-system-yrbss-q6p7-56au\".\"dash_youth_risk_behavior_surveillance_system_yrbss\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.