Juvenile Detention Center Admissions (2005-2023)
This dataset outlines the juvenile detention center admissions. The Ramsey County Juvenile Detention Center (JDC) is a 44-bed facility that provides secure detention for youth. The JDC provides a safe, secure, and structured setting for males and females aged 10 through 17 who are charged with committing offenses, are arrested on warrants, or are in violation of their probation for a previous offense.
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 \"ramseycounty-us/juvenile-detention-center-admissions-20052023-2kv3-4f6q\".\"juvenile_detention_center_admissions_20052023\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.