Headcount Enrollment By Student Level And Student Load, State University Of New York: Beginning 1948
State of New York
@usgov.state_of_new_york_headcount_enrollment_by_student_leve_61cffbbf
State of New York
@usgov.state_of_new_york_headcount_enrollment_by_student_leve_61cffbbf
Number of home institution students attending a SUNY campus by level (Undergraduate/Graduate) and load status (full-time, part-time). SUNY System combined annual enrollment since 1948.
Organization: State of New York
Last updated: 2020-11-12T03:59:44.279610
Tags: student-enrollment, suny-institutions
CREATE TABLE table_1 (
"year" BIGINT,
"all_students_total" DOUBLE,
"all_students_full_time" BIGINT,
"all_students_part_time" DOUBLE,
"undergraduate_total" DOUBLE,
"undergraduate_full_time" BIGINT,
"undergraduate_part_time" DOUBLE,
"graduate_total" DOUBLE,
"graduate_full_time" BIGINT,
"graduate_part_time" DOUBLE
);Anyone who has the link will be able to view this.