Homeless Public School Students
The McKinney-Vento Homeless Assistance Act is federal legislation that ensures educational rights and protection for youth and children experiencing homelessness. According to federal legislation, any child who lacks a fixed, regular, and adequate nighttime residence is considered homeless. If a student is found eligible for services under the McKinney-Vento Act, Norfolk Public Schools can provide transportation, free meals, clothing and school supplies, and referrals to local resources.
This dataset includes, by school year, the total number of students enrolled in Norfolk Public Schools that are identified as homeless. The data is pulled from Virginia’s Program for the Education of Homeless Children and Youth: Project HOPE-Virginia. This dataset will be updated annually.
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 \"norfolk-gov/homeless-public-school-students-ivw7-r79u\".\"homeless_public_school_students\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.