delaware-gov/student-discipline-yr4w-jdi4
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 7 months ago
Indexed 1 hour ago

Student Discipline

This file contains the number of students who have received at least one disciplinary action of in-school suspension, out-of-school suspension, or expulsion within a given school year. The file also contains the number of students enrolled and the corresponding percentage of students who received a disciplinary action.

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 \"delaware-gov/student-discipline-yr4w-jdi4\".\"student_discipline\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • student_discipline
     
     
     
     
     
Upstream Metadata