Tertiary Students Profile 2019
Contains rounded student numbers for 2016-2019. Refer to links below for data quality statements. Data obtained on request from:
<br/>1. <i>Australian Government Department of Education, Skills and Employment - Higher Education Student Data</i> (current at December 2020); and
<br/>2. <i>National Centre for Vocational Education Research - Total VET Students and Courses</i> (current at March 2021).
<br/>Higher education data is based on student attendance at campus locations in Victoria and Melbourne LGA. More information: <a href="https://www.education.gov.au/higher-education-statistics">here</a>.
<br/>NCVER data is based on student attendance at campus locations in Victoria and Melbourne LGA. The sum of students may not add to the total as students may have attended multiple campus locations in a calendar year. More information: <a href="https://www.ncver.edu.au/research-and-statistics/collections/students-and-courses-collection/total-vet-students-and-courses">here</a>.</p>
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 \"melbourne-vic-gov-au/tertiary-students-profile-2019-inah-t6kx\".\"tertiary_students_profile_2019\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.