produce_gr200_report function, your student
graduation data must be in the format described below
- One row per person
 - One IPEDS Unitid per file
 - Columns with values and types as described below (additional columns are allowed)
 
Note: Column names can use any capitalization method you like
| Column Name | Column Type | Acceptable Value - Definition | 
|---|---|---|
| Unitid | Numeric | (relevant unitid; xxxxxx) | 
| StudentId | Text or numeric | (any unique identifier for each student) | 
| IsExclusion | Numeric | 
1 - Is an exclusion 0 - Is not an exclusion  | 
| IsComp | Numeric | 
1 - Has graduated 0 - Has not graduated  | 
| IsStillEnrolled | Numeric | 
1 - Is still enrolled 0 - No longer enrolled  |