calgary-ca/school-enrolment-data-9qye-mibh
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 12 months ago
Indexed 1 hour ago

School Enrolment Data

Annual student enrolment from ECS to Grade 12 throughout Calgary.

This data is a subset of the entire data for Alberta. The original dataset is on the Government of Alberta (https://open.alberta.ca/opendata) and Alberta Education website. (https://education.alberta.ca/)

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 \"calgary-ca/school-enrolment-data-9qye-mibh\".\"school_enrolment_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • school_enrolment_data
     
     
     
     
     
Upstream Metadata