Healthy Neighborhoods Program, Housing Demographics and Conditions, Initial Visits and Revisits: Beginning 2006 - 2009 Funding Cycle
The NYS Healthy Neighborhoods Program (HNP) is a healthy homes program that seeks to reduce the burden of housing-related illness and injury. The dataset includes information about building characteristics, primary respondent demographics and the presence/absence of 34 specific housing conditions for dwellings visited by each county program.
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 \"health-data-ny-gov/healthy-neighborhoods-program-housing-demographics-jbwf-vnai\".\"healthy_neighborhoods_program_housing_demographics\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.