Post Secondary Enrollment Un-duplicated SY 2002-2003 - Current Education
The purpose of the 12-Month Enrollment component of IPEDS is to collect unduplicated enrollment counts of all students enrolled for credit and instructional activity data in postsecondary institutions for an entire 12-month period. Data are collected by level of student and by race/ethnicity and gender. Instructional activity is collected as total credit and/or contact hours attempted at the undergraduate, graduate, and doctor's professional levels. Using the instructional activity data reported, a full-time equivalent (FTE) student enrollment at the undergraduate and graduate level is estimated.
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 \"pa-gov/post-secondary-enrollment-unduplicated-sy-20022003-befv-hjzr\".\"post_secondary_enrollment_unduplicated_sy_20022003\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.