Files
84fb2a65026fa6eab8f6b01d318c9af0c24c2c32
270 KiB
270 KiB
In [3]:
import os
scorecard_dir = "data/scorecard"
scorecard_dir = os.path.join(scorecard_dir, os.listdir(scorecard_dir)[0])
os.listdir(scorecard_dir)
Out[3]:
['data.yaml', 'MERGED2016_17_PP.csv', 'MERGED2002_03_PP.csv', 'FieldOfStudyData1415_1516_PP.csv', 'MERGED1997_98_PP.csv', 'Crosswalks', 'MERGED2007_08_PP.csv', 'MERGED2022_23_PP.csv', 'MERGED2021_22_PP.csv', 'MERGED1999_00_PP.csv', 'Most-Recent-Cohorts-Field-of-Study.csv', 'MERGED2015_16_PP.csv', 'MERGED2000_01_PP.csv', 'MERGED2012_13_PP.csv', 'MERGED2004_05_PP.csv', 'MERGED2019_20_PP.csv', 'MERGED2003_04_PP.csv', 'MERGED2017_18_PP.csv', 'MERGED2011_12_PP.csv', 'MERGED2020_21_PP.csv', 'MERGED2010_11_PP.csv', 'FieldOfStudyData1516_1617_PP.csv', 'MERGED2005_06_PP.csv', 'MERGED2008_09_PP.csv', 'MERGED1996_97_PP.csv', 'MERGED2023_24_PP.csv', 'MERGED2009_10_PP.csv', 'MERGED2013_14_PP.csv', 'FieldOfStudyData1920_2021_PP.csv', 'MERGED1998_99_PP.csv', 'MERGED2006_07_PP.csv', 'Most-Recent-Cohorts-Institution.csv', 'MERGED2001_02_PP.csv', 'FieldOfStudyData1718_1819_PP.csv', 'FieldOfStudyData1819_1920_PP.csv', '.ipynb_checkpoints', 'FieldOfStudyData1617_1718_PP.csv', 'MERGED2018_19_PP.csv', 'MERGED2014_15_PP.csv']
In [6]:
import pandas as pd
dataframe = pd.read_csv(os.path.join(scorecard_dir, 'MERGED2003_04_PP.csv'))
/tmp/ipykernel_207/2850641610.py:2: DtypeWarning: Columns (1,442,1407,1408,1411,1412,1413,1426,1431,1432,1433,1437,1438,1445,1446,1447,1503,1517,1520,1523,1524,1529,1530,1532,1537,1538,1539,1540,1541,1542,1605,1606,1608,1610,1611,1613,1614,1615,1616,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1708) have mixed types. Specify dtype option on import or set low_memory=False. dataframe = pd.read_csv(os.path.join(scorecard_dir, 'MERGED2003_04_PP.csv'))
In [11]:
import yaml
with open(os.path.join(scorecard_dir, 'data.yaml'), 'r') as file:
data = yaml.safe_load(file)
In [14]:
data
Out[14]:
{'version': '2025-03-31-10:32-0400',
'api': 'schools',
'index': 'school-data',
'unique': ['id'],
'options': {'columns': 'all', 'search': 'dictionary_only'},
'null_value': ['NULL', 'PrivacySuppressed', 'NA', 'PS'],
'dictionary': {'id': {'source': 'UNITID',
'type': 'integer',
'description': 'Unit ID for institution'},
'ope8_id': {'source': 'OPEID',
'description': '8-digit OPE ID for institution',
'index': 'varchar(10)'},
'ope6_id': {'source': 'OPEID6',
'description': '6-digit OPE ID for institution',
'index': 'varchar(10)'},
'school.name': {'source': 'INSTNM',
'type': 'autocomplete',
'description': 'Institution name',
'index': 'fulltext'},
'school.city': {'source': 'CITY',
'type': 'autocomplete',
'description': 'City',
'index': 'varchar(200)'},
'school.state': {'source': 'STABBR',
'description': 'State postcode',
'index': 'varchar(50)'},
'school.zip': {'source': 'ZIP',
'description': 'ZIP code',
'index': 'varchar(20)'},
'school.accreditor': {'source': 'ACCREDAGENCY',
'description': 'Accreditor for institution'},
'school.school_url': {'source': 'INSTURL',
'description': "URL for institution's homepage",
'index': 'varchar(200)'},
'school.price_calculator_url': {'source': 'NPCURL',
'description': "URL for institution's net price calculator"},
'school.degrees_awarded.predominant_recoded': {'source': 'SCH_DEG',
'type': 'integer',
'description': 'Predominant degree awarded (recoded 0s and 4s)'},
'school.under_investigation': {'source': 'HCM2',
'type': 'integer',
'description': 'Schools that are on Heightened Cash Monitoring 2 by the Department of Education',
'index': 'tinyint'},
'school.main_campus': {'source': 'MAIN',
'type': 'integer',
'description': 'Flag for main campus',
'index': 'tinyint'},
'school.branches': {'source': 'NUMBRANCH',
'type': 'integer',
'description': 'Number of branch campuses',
'index': 'tinyint'},
'school.degrees_awarded.predominant': {'source': 'PREDDEG',
'type': 'integer',
'description': "Predominant undergraduate degree awarded\n 0 Not classified\n 1 Predominantly certificate-degree granting\n 2 Predominantly associate's-degree granting\n 3 Predominantly bachelor's-degree granting\n 4 Entirely graduate-degree granting",
'index': 'tinyint'},
'school.degrees_awarded.highest': {'source': 'HIGHDEG',
'type': 'integer',
'description': "Highest degree awarded\n 0 Non-degree-granting\n 1 Certificate degree\n 2 Associate degree\n 3 Bachelor's degree\n 4 Graduate degree",
'index': 'tinyint'},
'school.ownership': {'source': 'CONTROL',
'type': 'integer',
'description': 'Control of institution (IPEDS)',
'index': 'integer'},
'school.state_fips': {'source': 'ST_FIPS',
'type': 'integer',
'description': 'FIPS code for state',
'index': 'integer'},
'school.region_id': {'source': 'REGION',
'type': 'integer',
'description': 'Region (IPEDS)',
'index': 'integer'},
'school.locale': {'source': 'LOCALE',
'type': 'integer',
'description': 'Locale of institution',
'index': 'integer'},
'school.degree_urbanization': {'source': 'LOCALE2',
'type': 'integer',
'description': 'Degree of urbanization of institution',
'index': 'integer'},
'location.lat': {'source': 'LATITUDE',
'type': 'float',
'description': 'Latitude'},
'location.lon': {'source': 'LONGITUDE',
'type': 'float',
'description': 'Longitude'},
'school.carnegie_basic': {'source': 'CCBASIC',
'type': 'integer',
'description': 'Carnegie Classification -- basic',
'index': 'integer'},
'school.carnegie_undergrad': {'source': 'CCUGPROF',
'type': 'integer',
'description': 'Carnegie Classification -- undergraduate profile'},
'school.carnegie_size_setting': {'source': 'CCSIZSET',
'type': 'integer',
'description': 'Carnegie Classification -- size and setting'},
'school.minority_serving.historically_black': {'source': 'HBCU',
'type': 'integer',
'description': 'Flag for Historically Black College and University',
'index': 'tinyint'},
'school.minority_serving.predominantly_black': {'source': 'PBI',
'type': 'integer',
'description': 'Flag for predominantly black institution',
'index': 'tinyint'},
'school.minority_serving.annh': {'source': 'ANNHI',
'type': 'integer',
'description': 'Flag for Alaska Native Native Hawaiian serving institution',
'index': 'tinyint'},
'school.minority_serving.tribal': {'source': 'TRIBAL',
'type': 'integer',
'description': 'Flag for tribal college and university',
'index': 'tinyint'},
'school.minority_serving.aanipi': {'source': 'AANAPII',
'type': 'integer',
'description': 'Flag for Asian American Native American Pacific Islander-serving institution',
'index': 'tinyint'},
'school.minority_serving.hispanic': {'source': 'HSI',
'type': 'integer',
'description': 'Flag for Hispanic-serving institution',
'index': 'tinyint'},
'school.minority_serving.nant': {'source': 'NANTI',
'type': 'integer',
'description': 'Flag for Native American non-tribal institution',
'index': 'tinyint'},
'school.men_only': {'source': 'MENONLY',
'type': 'integer',
'description': 'Flag for men-only college',
'index': 'tinyint'},
'school.women_only': {'source': 'WOMENONLY',
'type': 'integer',
'description': 'Flag for women-only college',
'index': 'tinyint'},
'school.religious_affiliation': {'source': 'RELAFFIL',
'type': 'integer',
'description': 'Religous affiliation of the institution',
'index': 'tinyint'},
'admissions.admission_rate.overall': {'source': 'ADM_RATE',
'type': 'float',
'description': 'Admission rate',
'index': 'float'},
'admissions.admission_rate.by_ope_id': {'source': 'ADM_RATE_ALL',
'type': 'float',
'description': 'Admission rate for all campuses rolled up to the 6-digit OPE ID'},
'admissions.sat_scores.25th_percentile.critical_reading': {'source': 'SATVR25',
'type': 'float',
'description': '25th percentile of SAT scores at the institution (critical reading)',
'index': 'float'},
'admissions.sat_scores.75th_percentile.critical_reading': {'source': 'SATVR75',
'type': 'float',
'description': '75th percentile of SAT scores at the institution (critical reading)',
'index': 'float'},
'admissions.sat_scores.25th_percentile.math': {'source': 'SATMT25',
'type': 'float',
'description': '25th percentile of SAT scores at the institution (math)',
'index': 'float'},
'admissions.sat_scores.75th_percentile.math': {'source': 'SATMT75',
'type': 'float',
'description': '75th percentile of SAT scores at the institution (math)',
'index': 'float'},
'admissions.sat_scores.25th_percentile.writing': {'source': 'SATWR25',
'type': 'float',
'description': '25th percentile of SAT scores at the institution (writing)',
'index': 'float'},
'admissions.sat_scores.75th_percentile.writing': {'source': 'SATWR75',
'type': 'float',
'description': '75th percentile of SAT scores at the institution (writing)',
'index': 'float'},
'admissions.sat_scores.midpoint.critical_reading': {'source': 'SATVRMID',
'type': 'float',
'description': 'Midpoint of SAT scores at the institution (critical reading)',
'index': 'float'},
'admissions.sat_scores.midpoint.math': {'source': 'SATMTMID',
'type': 'float',
'description': 'Midpoint of SAT scores at the institution (math)',
'index': 'float'},
'admissions.sat_scores.midpoint.writing': {'source': 'SATWRMID',
'type': 'float',
'description': 'Midpoint of SAT scores at the institution (writing)',
'index': 'float'},
'admissions.act_scores.25th_percentile.cumulative': {'source': 'ACTCM25',
'type': 'float',
'description': '25th percentile of the ACT cumulative score'},
'admissions.act_scores.75th_percentile.cumulative': {'source': 'ACTCM75',
'type': 'float',
'description': '75th percentile of the ACT cumulative score'},
'admissions.act_scores.25th_percentile.english': {'source': 'ACTEN25',
'type': 'float',
'description': '25th percentile of the ACT English score'},
'admissions.act_scores.75th_percentile.english': {'source': 'ACTEN75',
'type': 'float',
'description': '75th percentile of the ACT English score'},
'admissions.act_scores.25th_percentile.math': {'source': 'ACTMT25',
'type': 'float',
'description': '25th percentile of the ACT math score'},
'admissions.act_scores.75th_percentile.math': {'source': 'ACTMT75',
'type': 'float',
'description': '75th percentile of the ACT math score'},
'admissions.act_scores.25th_percentile.writing': {'source': 'ACTWR25',
'type': 'float',
'description': '25th percentile of the ACT writing score'},
'admissions.act_scores.75th_percentile.writing': {'source': 'ACTWR75',
'type': 'float',
'description': '75th percentile of the ACT writing score'},
'admissions.act_scores.midpoint.cumulative': {'source': 'ACTCMMID',
'type': 'float',
'description': 'Midpoint of the ACT cumulative score',
'index': 'float'},
'admissions.act_scores.midpoint.english': {'source': 'ACTENMID',
'type': 'float',
'description': 'Midpoint of the ACT English score'},
'admissions.act_scores.midpoint.math': {'source': 'ACTMTMID',
'type': 'float',
'description': 'Midpoint of the ACT math score'},
'admissions.act_scores.midpoint.writing': {'source': 'ACTWRMID',
'type': 'float',
'description': 'Midpoint of the ACT writing score'},
'admissions.sat_scores.average.overall': {'source': 'SAT_AVG',
'type': 'float',
'description': 'Average SAT equivalent score of students admitted',
'index': 'float'},
'admissions.sat_scores.average.by_ope_id': {'source': 'SAT_AVG_ALL',
'type': 'float',
'description': 'Average SAT equivalent score of students admitted for all campuses rolled up to the 6-digit OPE ID'},
'academics.program_percentage.agriculture': {'source': 'PCIP01',
'type': 'float',
'description': 'Percentage of degrees awarded in Agriculture, Agriculture Operations, And Related Sciences.'},
'academics.program_percentage.resources': {'source': 'PCIP03',
'type': 'float',
'description': 'Percentage of degrees awarded in Natural Resources And Conservation.'},
'academics.program_percentage.architecture': {'source': 'PCIP04',
'type': 'float',
'description': 'Percentage of degrees awarded in Architecture And Related Services.'},
'academics.program_percentage.ethnic_cultural_gender': {'source': 'PCIP05',
'type': 'float',
'description': 'Percentage of degrees awarded in Area, Ethnic, Cultural, Gender, And Group Studies.'},
'academics.program_percentage.communication': {'source': 'PCIP09',
'type': 'float',
'description': 'Percentage of degrees awarded in Communication, Journalism, And Related Programs.'},
'academics.program_percentage.communications_technology': {'source': 'PCIP10',
'type': 'float',
'description': 'Percentage of degrees awarded in Communications Technologies/Technicians And Support Services.'},
'academics.program_percentage.computer': {'source': 'PCIP11',
'type': 'float',
'description': 'Percentage of degrees awarded in Computer And Information Sciences And Support Services.'},
'academics.program_percentage.personal_culinary': {'source': 'PCIP12',
'type': 'float',
'description': 'Percentage of degrees awarded in Personal And Culinary Services.'},
'academics.program_percentage.education': {'source': 'PCIP13',
'type': 'float',
'description': 'Percentage of degrees awarded in Education.'},
'academics.program_percentage.engineering': {'source': 'PCIP14',
'type': 'float',
'description': 'Percentage of degrees awarded in Engineering.'},
'academics.program_percentage.engineering_technology': {'source': 'PCIP15',
'type': 'float',
'description': 'Percentage of degrees awarded in Engineering Technologies And Engineering-Related Fields.'},
'academics.program_percentage.language': {'source': 'PCIP16',
'type': 'float',
'description': 'Percentage of degrees awarded in Foreign Languages, Literatures, And Linguistics.'},
'academics.program_percentage.family_consumer_science': {'source': 'PCIP19',
'type': 'float',
'description': 'Percentage of degrees awarded in Family And Consumer Sciences/Human Sciences.'},
'academics.program_percentage.legal': {'source': 'PCIP22',
'type': 'float',
'description': 'Percentage of degrees awarded in Legal Professions And Studies.'},
'academics.program_percentage.english': {'source': 'PCIP23',
'type': 'float',
'description': 'Percentage of degrees awarded in English Language And Literature/Letters.'},
'academics.program_percentage.humanities': {'source': 'PCIP24',
'type': 'float',
'description': 'Percentage of degrees awarded in Liberal Arts And Sciences, General Studies And Humanities.'},
'academics.program_percentage.library': {'source': 'PCIP25',
'type': 'float',
'description': 'Percentage of degrees awarded in Library Science.'},
'academics.program_percentage.biological': {'source': 'PCIP26',
'type': 'float',
'description': 'Percentage of degrees awarded in Biological And Biomedical Sciences.'},
'academics.program_percentage.mathematics': {'source': 'PCIP27',
'type': 'float',
'description': 'Percentage of degrees awarded in Mathematics And Statistics.'},
'academics.program_percentage.military': {'source': 'PCIP29',
'type': 'float',
'description': 'Percentage of degrees awarded in Military Technologies And Applied Sciences.'},
'academics.program_percentage.multidiscipline': {'source': 'PCIP30',
'type': 'float',
'description': 'Percentage of degrees awarded in Multi/Interdisciplinary Studies.'},
'academics.program_percentage.parks_recreation_fitness': {'source': 'PCIP31',
'type': 'float',
'description': 'Percentage of degrees awarded in Parks, Recreation, Leisure, And Fitness Studies.'},
'academics.program_percentage.philosophy_religious': {'source': 'PCIP38',
'type': 'float',
'description': 'Percentage of degrees awarded in Philosophy And Religious Studies.'},
'academics.program_percentage.theology_religious_vocation': {'source': 'PCIP39',
'type': 'float',
'description': 'Percentage of degrees awarded in Theology And Religious Vocations.'},
'academics.program_percentage.physical_science': {'source': 'PCIP40',
'type': 'float',
'description': 'Percentage of degrees awarded in Physical Sciences.'},
'academics.program_percentage.science_technology': {'source': 'PCIP41',
'type': 'float',
'description': 'Percentage of degrees awarded in Science Technologies/Technicians.'},
'academics.program_percentage.psychology': {'source': 'PCIP42',
'type': 'float',
'description': 'Percentage of degrees awarded in Psychology.'},
'academics.program_percentage.security_law_enforcement': {'source': 'PCIP43',
'type': 'float',
'description': 'Percentage of degrees awarded in Homeland Security, Law Enforcement, Firefighting And Related Protective Services.'},
'academics.program_percentage.public_administration_social_service': {'source': 'PCIP44',
'type': 'float',
'description': 'Percentage of degrees awarded in Public Administration And Social Service Professions.'},
'academics.program_percentage.social_science': {'source': 'PCIP45',
'type': 'float',
'description': 'Percentage of degrees awarded in Social Sciences.'},
'academics.program_percentage.construction': {'source': 'PCIP46',
'type': 'float',
'description': 'Percentage of degrees awarded in Construction Trades.'},
'academics.program_percentage.mechanic_repair_technology': {'source': 'PCIP47',
'type': 'float',
'description': 'Percentage of degrees awarded in Mechanic And Repair Technologies/Technicians.'},
'academics.program_percentage.precision_production': {'source': 'PCIP48',
'type': 'float',
'description': 'Percentage of degrees awarded in Precision Production.'},
'academics.program_percentage.transportation': {'source': 'PCIP49',
'type': 'float',
'description': 'Percentage of degrees awarded in Transportation And Materials Moving.'},
'academics.program_percentage.visual_performing': {'source': 'PCIP50',
'type': 'float',
'description': 'Percentage of degrees awarded in Visual And Performing Arts.'},
'academics.program_percentage.health': {'source': 'PCIP51',
'type': 'float',
'description': 'Percentage of degrees awarded in Health Professions And Related Programs.'},
'academics.program_percentage.business_marketing': {'source': 'PCIP52',
'type': 'float',
'description': 'Percentage of degrees awarded in Business, Management, Marketing, And Related Support Services.'},
'academics.program_percentage.history': {'source': 'PCIP54',
'type': 'float',
'description': 'Percentage of degrees awarded in History.'},
'academics.program.certificate_lt_1_yr.agriculture': {'source': 'CIP01CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Agriculture, Agriculture Operations, And Related Sciences.'},
'academics.program.certificate_lt_2_yr.agriculture': {'source': 'CIP01CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Agriculture, Agriculture Operations, And Related Sciences.'},
'academics.program.assoc.agriculture': {'source': 'CIP01ASSOC',
'type': 'integer',
'description': 'Associate degree in Agriculture, Agriculture Operations, And Related Sciences.'},
'academics.program.certificate_lt_4_yr.agriculture': {'source': 'CIP01CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Agriculture, Agriculture Operations, And Related Sciences.'},
'academics.program.bachelors.agriculture': {'source': 'CIP01BACHL',
'type': 'integer',
'description': "Bachelor's degree in Agriculture, Agriculture Operations, And Related Sciences."},
'academics.program.certificate_lt_1_yr.resources': {'source': 'CIP03CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Natural Resources And Conservation.'},
'academics.program.certificate_lt_2_yr.resources': {'source': 'CIP03CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Natural Resources And Conservation.'},
'academics.program.assoc.resources': {'source': 'CIP03ASSOC',
'type': 'integer',
'description': 'Associate degree in Natural Resources And Conservation.'},
'academics.program.certificate_lt_4_yr.resources': {'source': 'CIP03CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Natural Resources And Conservation.'},
'academics.program.bachelors.resources': {'source': 'CIP03BACHL',
'type': 'integer',
'description': "Bachelor's degree in Natural Resources And Conservation."},
'academics.program.certificate_lt_1_yr.architecture': {'source': 'CIP04CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Architecture And Related Services.'},
'academics.program.certificate_lt_2_yr.architecture': {'source': 'CIP04CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Architecture And Related Services.'},
'academics.program.assoc.architecture': {'source': 'CIP04ASSOC',
'type': 'integer',
'description': 'Associate degree in Architecture And Related Services.'},
'academics.program.certificate_lt_4_yr.architecture': {'source': 'CIP04CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Architecture And Related Services.'},
'academics.program.bachelors.architecture': {'source': 'CIP04BACHL',
'type': 'integer',
'description': "Bachelor's degree in Architecture And Related Services."},
'academics.program.certificate_lt_1_yr.ethnic_cultural_gender': {'source': 'CIP05CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Area, Ethnic, Cultural, Gender, And Group Studies.'},
'academics.program.certificate_lt_2_yr.ethnic_cultural_gender': {'source': 'CIP05CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Area, Ethnic, Cultural, Gender, And Group Studies.'},
'academics.program.assoc.ethnic_cultural_gender': {'source': 'CIP05ASSOC',
'type': 'integer',
'description': 'Associate degree in Area, Ethnic, Cultural, Gender, And Group Studies.'},
'academics.program.certificate_lt_4_yr.ethnic_cultural_gender': {'source': 'CIP05CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Area, Ethnic, Cultural, Gender, And Group Studies.'},
'academics.program.bachelors.ethnic_cultural_gender': {'source': 'CIP05BACHL',
'type': 'integer',
'description': "Bachelor's degree in Area, Ethnic, Cultural, Gender, And Group Studies."},
'academics.program.certificate_lt_1_yr.communication': {'source': 'CIP09CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Communication, Journalism, And Related Programs.'},
'academics.program.certificate_lt_2_yr.communication': {'source': 'CIP09CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Communication, Journalism, And Related Programs.'},
'academics.program.assoc.communication': {'source': 'CIP09ASSOC',
'type': 'integer',
'description': 'Associate degree in Communication, Journalism, And Related Programs.'},
'academics.program.certificate_lt_4_yr.communication': {'source': 'CIP09CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Communication, Journalism, And Related Programs.'},
'academics.program.bachelors.communication': {'source': 'CIP09BACHL',
'type': 'integer',
'description': "Bachelor's degree in Communication, Journalism, And Related Programs."},
'academics.program.certificate_lt_1_yr.communications_technology': {'source': 'CIP10CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Communications Technologies/Technicians And Support Services.'},
'academics.program.certificate_lt_2_yr.communications_technology': {'source': 'CIP10CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Communications Technologies/Technicians And Support Services.'},
'academics.program.assoc.communications_technology': {'source': 'CIP10ASSOC',
'type': 'integer',
'description': 'Associate degree in Communications Technologies/Technicians And Support Services.'},
'academics.program.certificate_lt_4_yr.communications_technology': {'source': 'CIP10CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Communications Technologies/Technicians And Support Services.'},
'academics.program.bachelors.communications_technology': {'source': 'CIP10BACHL',
'type': 'integer',
'description': "Bachelor's degree in Communications Technologies/Technicians And Support Services."},
'academics.program.certificate_lt_1_yr.computer': {'source': 'CIP11CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Computer And Information Sciences And Support Services.'},
'academics.program.certificate_lt_2_yr.computer': {'source': 'CIP11CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Computer And Information Sciences And Support Services.'},
'academics.program.assoc.computer': {'source': 'CIP11ASSOC',
'type': 'integer',
'description': 'Associate degree in Computer And Information Sciences And Support Services.'},
'academics.program.certificate_lt_4_yr.computer': {'source': 'CIP11CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Computer And Information Sciences And Support Services.'},
'academics.program.bachelors.computer': {'source': 'CIP11BACHL',
'type': 'integer',
'description': "Bachelor's degree in Computer And Information Sciences And Support Services."},
'academics.program.certificate_lt_1_yr.personal_culinary': {'source': 'CIP12CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Personal And Culinary Services.'},
'academics.program.certificate_lt_2_yr.personal_culinary': {'source': 'CIP12CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Personal And Culinary Services.'},
'academics.program.assoc.personal_culinary': {'source': 'CIP12ASSOC',
'type': 'integer',
'description': 'Associate degree in Personal And Culinary Services.'},
'academics.program.certificate_lt_4_yr.personal_culinary': {'source': 'CIP12CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Personal And Culinary Services.'},
'academics.program.bachelors.personal_culinary': {'source': 'CIP12BACHL',
'type': 'integer',
'description': "Bachelor's degree in Personal And Culinary Services."},
'academics.program.certificate_lt_1_yr.education': {'source': 'CIP13CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Education.'},
'academics.program.certificate_lt_2_yr.education': {'source': 'CIP13CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Education.'},
'academics.program.assoc.education': {'source': 'CIP13ASSOC',
'type': 'integer',
'description': 'Associate degree in Education.'},
'academics.program.certificate_lt_4_yr.education': {'source': 'CIP13CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Education.'},
'academics.program.bachelors.education': {'source': 'CIP13BACHL',
'type': 'integer',
'description': "Bachelor's degree in Education."},
'academics.program.certificate_lt_1_yr.engineering': {'source': 'CIP14CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Engineering.'},
'academics.program.certificate_lt_2_yr.engineering': {'source': 'CIP14CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Engineering.'},
'academics.program.assoc.engineering': {'source': 'CIP14ASSOC',
'type': 'integer',
'description': 'Associate degree in Engineering.'},
'academics.program.certificate_lt_4_yr.engineering': {'source': 'CIP14CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Engineering.'},
'academics.program.bachelors.engineering': {'source': 'CIP14BACHL',
'type': 'integer',
'description': "Bachelor's degree in Engineering."},
'academics.program.certificate_lt_1_yr.engineering_technology': {'source': 'CIP15CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Engineering Technologies And Engineering-Related Fields.'},
'academics.program.certificate_lt_2_yr.engineering_technology': {'source': 'CIP15CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Engineering Technologies And Engineering-Related Fields.'},
'academics.program.assoc.engineering_technology': {'source': 'CIP15ASSOC',
'type': 'integer',
'description': 'Associate degree in Engineering Technologies And Engineering-Related Fields.'},
'academics.program.certificate_lt_4_yr.engineering_technology': {'source': 'CIP15CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Engineering Technologies And Engineering-Related Fields.'},
'academics.program.bachelors.engineering_technology': {'source': 'CIP15BACHL',
'type': 'integer',
'description': "Bachelor's degree in Engineering Technologies And Engineering-Related Fields."},
'academics.program.certificate_lt_1_yr.language': {'source': 'CIP16CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Foreign Languages, Literatures, And Linguistics.'},
'academics.program.certificate_lt_2_yr.language': {'source': 'CIP16CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Foreign Languages, Literatures, And Linguistics.'},
'academics.program.assoc.language': {'source': 'CIP16ASSOC',
'type': 'integer',
'description': 'Associate degree in Foreign Languages, Literatures, And Linguistics.'},
'academics.program.certificate_lt_4_yr.language': {'source': 'CIP16CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Foreign Languages, Literatures, And Linguistics.'},
'academics.program.bachelors.language': {'source': 'CIP16BACHL',
'type': 'integer',
'description': "Bachelor's degree in Foreign Languages, Literatures, And Linguistics."},
'academics.program.certificate_lt_1_yr.family_consumer_science': {'source': 'CIP19CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Family And Consumer Sciences/Human Sciences.'},
'academics.program.certificate_lt_2_yr.family_consumer_science': {'source': 'CIP19CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Family And Consumer Sciences/Human Sciences.'},
'academics.program.assoc.family_consumer_science': {'source': 'CIP19ASSOC',
'type': 'integer',
'description': 'Associate degree in Family And Consumer Sciences/Human Sciences.'},
'academics.program.certificate_lt_4_yr.family_consumer_science': {'source': 'CIP19CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Family And Consumer Sciences/Human Sciences.'},
'academics.program.bachelors.family_consumer_science': {'source': 'CIP19BACHL',
'type': 'integer',
'description': "Bachelor's degree in Family And Consumer Sciences/Human Sciences."},
'academics.program.certificate_lt_1_yr.legal': {'source': 'CIP22CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Legal Professions And Studies.'},
'academics.program.certificate_lt_2_yr.legal': {'source': 'CIP22CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Legal Professions And Studies.'},
'academics.program.assoc.legal': {'source': 'CIP22ASSOC',
'type': 'integer',
'description': 'Associate degree in Legal Professions And Studies.'},
'academics.program.certificate_lt_4_yr.legal': {'source': 'CIP22CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Legal Professions And Studies.'},
'academics.program.bachelors.legal': {'source': 'CIP22BACHL',
'type': 'integer',
'description': "Bachelor's degree in Legal Professions And Studies."},
'academics.program.certificate_lt_1_yr.english': {'source': 'CIP23CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in English Language And Literature/Letters.'},
'academics.program.certificate_lt_2_yr.english': {'source': 'CIP23CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in English Language And Literature/Letters.'},
'academics.program.assoc.english': {'source': 'CIP23ASSOC',
'type': 'integer',
'description': 'Associate degree in English Language And Literature/Letters.'},
'academics.program.certificate_lt_4_yr.english': {'source': 'CIP23CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in English Language And Literature/Letters.'},
'academics.program.bachelors.english': {'source': 'CIP23BACHL',
'type': 'integer',
'description': "Bachelor's degree in English Language And Literature/Letters."},
'academics.program.certificate_lt_1_yr.humanities': {'source': 'CIP24CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Liberal Arts And Sciences, General Studies And Humanities.'},
'academics.program.certificate_lt_2_yr.humanities': {'source': 'CIP24CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Liberal Arts And Sciences, General Studies And Humanities.'},
'academics.program.assoc.humanities': {'source': 'CIP24ASSOC',
'type': 'integer',
'description': 'Associate degree in Liberal Arts And Sciences, General Studies And Humanities.'},
'academics.program.certificate_lt_4_yr.humanities': {'source': 'CIP24CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Liberal Arts And Sciences, General Studies And Humanities.'},
'academics.program.bachelors.humanities': {'source': 'CIP24BACHL',
'type': 'integer',
'description': "Bachelor's degree in Liberal Arts And Sciences, General Studies And Humanities."},
'academics.program.certificate_lt_1_yr.library': {'source': 'CIP25CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Library Science.'},
'academics.program.certificate_lt_2_yr.library': {'source': 'CIP25CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Library Science.'},
'academics.program.assoc.library': {'source': 'CIP25ASSOC',
'type': 'integer',
'description': 'Associate degree in Library Science.'},
'academics.program.certificate_lt_4_yr.library': {'source': 'CIP25CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Library Science.'},
'academics.program.bachelors.library': {'source': 'CIP25BACHL',
'type': 'integer',
'description': "Bachelor's degree in Library Science."},
'academics.program.certificate_lt_1_yr.biological': {'source': 'CIP26CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Biological And Biomedical Sciences.'},
'academics.program.certificate_lt_2_yr.biological': {'source': 'CIP26CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Biological And Biomedical Sciences.'},
'academics.program.assoc.biological': {'source': 'CIP26ASSOC',
'type': 'integer',
'description': 'Associate degree in Biological And Biomedical Sciences.'},
'academics.program.certificate_lt_4_yr.biological': {'source': 'CIP26CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Biological And Biomedical Sciences.'},
'academics.program.bachelors.biological': {'source': 'CIP26BACHL',
'type': 'integer',
'description': "Bachelor's degree in Biological And Biomedical Sciences."},
'academics.program.certificate_lt_1_yr.mathematics': {'source': 'CIP27CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Mathematics And Statistics.'},
'academics.program.certificate_lt_2_yr.mathematics': {'source': 'CIP27CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Mathematics And Statistics.'},
'academics.program.assoc.mathematics': {'source': 'CIP27ASSOC',
'type': 'integer',
'description': 'Associate degree in Mathematics And Statistics.'},
'academics.program.certificate_lt_4_yr.mathematics': {'source': 'CIP27CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Mathematics And Statistics.'},
'academics.program.bachelors.mathematics': {'source': 'CIP27BACHL',
'type': 'integer',
'description': "Bachelor's degree in Mathematics And Statistics."},
'academics.program.certificate_lt_1_yr.military': {'source': 'CIP29CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Military Technologies And Applied Sciences.'},
'academics.program.certificate_lt_2_yr.military': {'source': 'CIP29CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Military Technologies And Applied Sciences.'},
'academics.program.assoc.military': {'source': 'CIP29ASSOC',
'type': 'integer',
'description': 'Associate degree in Military Technologies And Applied Sciences.'},
'academics.program.certificate_lt_4_yr.military': {'source': 'CIP29CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Military Technologies And Applied Sciences.'},
'academics.program.bachelors.military': {'source': 'CIP29BACHL',
'type': 'integer',
'description': "Bachelor's degree in Military Technologies And Applied Sciences."},
'academics.program.certificate_lt_1_yr.multidiscipline': {'source': 'CIP30CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Multi/Interdisciplinary Studies.'},
'academics.program.certificate_lt_2_yr.multidiscipline': {'source': 'CIP30CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Multi/Interdisciplinary Studies.'},
'academics.program.assoc.multidiscipline': {'source': 'CIP30ASSOC',
'type': 'integer',
'description': 'Associate degree in Multi/Interdisciplinary Studies.'},
'academics.program.certificate_lt_4_yr.multidiscipline': {'source': 'CIP30CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Multi/Interdisciplinary Studies.'},
'academics.program.bachelors.multidiscipline': {'source': 'CIP30BACHL',
'type': 'integer',
'description': "Bachelor's degree in Multi/Interdisciplinary Studies."},
'academics.program.certificate_lt_1_yr.parks_recreation_fitness': {'source': 'CIP31CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Parks, Recreation, Leisure, And Fitness Studies.'},
'academics.program.certificate_lt_2_yr.parks_recreation_fitness': {'source': 'CIP31CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Parks, Recreation, Leisure, And Fitness Studies.'},
'academics.program.assoc.parks_recreation_fitness': {'source': 'CIP31ASSOC',
'type': 'integer',
'description': 'Associate degree in Parks, Recreation, Leisure, And Fitness Studies.'},
'academics.program.certificate_lt_4_yr.parks_recreation_fitness': {'source': 'CIP31CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Parks, Recreation, Leisure, And Fitness Studies.'},
'academics.program.bachelors.parks_recreation_fitness': {'source': 'CIP31BACHL',
'type': 'integer',
'description': "Bachelor's degree in Parks, Recreation, Leisure, And Fitness Studies."},
'academics.program.certificate_lt_1_yr.philosophy_religious': {'source': 'CIP38CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Philosophy And Religious Studies.'},
'academics.program.certificate_lt_2_yr.philosophy_religious': {'source': 'CIP38CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Philosophy And Religious Studies.'},
'academics.program.assoc.philosophy_religious': {'source': 'CIP38ASSOC',
'type': 'integer',
'description': 'Associate degree in Philosophy And Religious Studies.'},
'academics.program.certificate_lt_4_yr.philosophy_religious': {'source': 'CIP38CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Philosophy And Religious Studies.'},
'academics.program.bachelors.philosophy_religious': {'source': 'CIP38BACHL',
'type': 'integer',
'description': "Bachelor's degree in Philosophy And Religious Studies."},
'academics.program.certificate_lt_1_yr.theology_religious_vocation': {'source': 'CIP39CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Theology And Religious Vocations.'},
'academics.program.certificate_lt_2_yr.theology_religious_vocation': {'source': 'CIP39CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Theology And Religious Vocations.'},
'academics.program.assoc.theology_religious_vocation': {'source': 'CIP39ASSOC',
'type': 'integer',
'description': 'Associate degree in Theology And Religious Vocations.'},
'academics.program.certificate_lt_4_yr.theology_religious_vocation': {'source': 'CIP39CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Theology And Religious Vocations.'},
'academics.program.bachelors.theology_religious_vocation': {'source': 'CIP39BACHL',
'type': 'integer',
'description': "Bachelor's degree in Theology And Religious Vocations."},
'academics.program.certificate_lt_1_yr.physical_science': {'source': 'CIP40CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Physical Sciences.'},
'academics.program.certificate_lt_2_yr.physical_science': {'source': 'CIP40CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Physical Sciences.'},
'academics.program.assoc.physical_science': {'source': 'CIP40ASSOC',
'type': 'integer',
'description': 'Associate degree in Physical Sciences.'},
'academics.program.certificate_lt_4_yr.physical_science': {'source': 'CIP40CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Physical Sciences.'},
'academics.program.bachelors.physical_science': {'source': 'CIP40BACHL',
'type': 'integer',
'description': "Bachelor's degree in Physical Sciences."},
'academics.program.certificate_lt_1_yr.science_technology': {'source': 'CIP41CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Science Technologies/Technicians.'},
'academics.program.certificate_lt_2_yr.science_technology': {'source': 'CIP41CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Science Technologies/Technicians.'},
'academics.program.assoc.science_technology': {'source': 'CIP41ASSOC',
'type': 'integer',
'description': 'Associate degree in Science Technologies/Technicians.'},
'academics.program.certificate_lt_4_yr.science_technology': {'source': 'CIP41CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Science Technologies/Technicians.'},
'academics.program.bachelors.science_technology': {'source': 'CIP41BACHL',
'type': 'integer',
'description': "Bachelor's degree in Science Technologies/Technicians."},
'academics.program.certificate_lt_1_yr.psychology': {'source': 'CIP42CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Psychology.'},
'academics.program.certificate_lt_2_yr.psychology': {'source': 'CIP42CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Psychology.'},
'academics.program.assoc.psychology': {'source': 'CIP42ASSOC',
'type': 'integer',
'description': 'Associate degree in Psychology.'},
'academics.program.certificate_lt_4_yr.psychology': {'source': 'CIP42CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Psychology.'},
'academics.program.bachelors.psychology': {'source': 'CIP42BACHL',
'type': 'integer',
'description': "Bachelor's degree in Psychology."},
'academics.program.certificate_lt_1_yr.security_law_enforcement': {'source': 'CIP43CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Homeland Security, Law Enforcement, Firefighting And Related Protective Services.'},
'academics.program.certificate_lt_2_yr.security_law_enforcement': {'source': 'CIP43CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Homeland Security, Law Enforcement, Firefighting And Related Protective Services.'},
'academics.program.assoc.security_law_enforcement': {'source': 'CIP43ASSOC',
'type': 'integer',
'description': 'Associate degree in Homeland Security, Law Enforcement, Firefighting And Related Protective Services.'},
'academics.program.certificate_lt_4_yr.security_law_enforcement': {'source': 'CIP43CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Homeland Security, Law Enforcement, Firefighting And Related Protective Services.'},
'academics.program.bachelors.security_law_enforcement': {'source': 'CIP43BACHL',
'type': 'integer',
'description': "Bachelor's degree in Homeland Security, Law Enforcement, Firefighting And Related Protective Services."},
'academics.program.certificate_lt_1_yr.public_administration_social_service': {'source': 'CIP44CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Public Administration And Social Service Professions.'},
'academics.program.certificate_lt_2_yr.public_administration_social_service': {'source': 'CIP44CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Public Administration And Social Service Professions.'},
'academics.program.assoc.public_administration_social_service': {'source': 'CIP44ASSOC',
'type': 'integer',
'description': 'Associate degree in Public Administration And Social Service Professions.'},
'academics.program.certificate_lt_4_yr.public_administration_social_service': {'source': 'CIP44CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Public Administration And Social Service Professions.'},
'academics.program.bachelors.public_administration_social_service': {'source': 'CIP44BACHL',
'type': 'integer',
'description': "Bachelor's degree in Public Administration And Social Service Professions."},
'academics.program.certificate_lt_1_yr.social_science': {'source': 'CIP45CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Social Sciences.'},
'academics.program.certificate_lt_2_yr.social_science': {'source': 'CIP45CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Social Sciences.'},
'academics.program.assoc.social_science': {'source': 'CIP45ASSOC',
'type': 'integer',
'description': 'Associate degree in Social Sciences.'},
'academics.program.certificate_lt_4_yr.social_science': {'source': 'CIP45CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Social Sciences.'},
'academics.program.bachelors.social_science': {'source': 'CIP45BACHL',
'type': 'integer',
'description': "Bachelor's degree in Social Sciences."},
'academics.program.certificate_lt_1_yr.construction': {'source': 'CIP46CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Construction Trades.'},
'academics.program.certificate_lt_2_yr.construction': {'source': 'CIP46CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Construction Trades.'},
'academics.program.assoc.construction': {'source': 'CIP46ASSOC',
'type': 'integer',
'description': 'Associate degree in Construction Trades.'},
'academics.program.certificate_lt_4_yr.construction': {'source': 'CIP46CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Construction Trades.'},
'academics.program.bachelors.construction': {'source': 'CIP46BACHL',
'type': 'integer',
'description': "Bachelor's degree in Construction Trades."},
'academics.program.certificate_lt_1_yr.mechanic_repair_technology': {'source': 'CIP47CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Mechanic And Repair Technologies/Technicians.'},
'academics.program.certificate_lt_2_yr.mechanic_repair_technology': {'source': 'CIP47CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Mechanic And Repair Technologies/Technicians.'},
'academics.program.assoc.mechanic_repair_technology': {'source': 'CIP47ASSOC',
'type': 'integer',
'description': 'Associate degree in Mechanic And Repair Technologies/Technicians.'},
'academics.program.certificate_lt_4_yr.mechanic_repair_technology': {'source': 'CIP47CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Mechanic And Repair Technologies/Technicians.'},
'academics.program.bachelors.mechanic_repair_technology': {'source': 'CIP47BACHL',
'type': 'integer',
'description': "Bachelor's degree in Mechanic And Repair Technologies/Technicians."},
'academics.program.certificate_lt_1_yr.precision_production': {'source': 'CIP48CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Precision Production.'},
'academics.program.certificate_lt_2_yr.precision_production': {'source': 'CIP48CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Precision Production.'},
'academics.program.assoc.precision_production': {'source': 'CIP48ASSOC',
'type': 'integer',
'description': 'Associate degree in Precision Production.'},
'academics.program.certificate_lt_4_yr.precision_production': {'source': 'CIP48CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Precision Production.'},
'academics.program.bachelors.precision_production': {'source': 'CIP48BACHL',
'type': 'integer',
'description': "Bachelor's degree in Precision Production."},
'academics.program.certificate_lt_1_yr.transportation': {'source': 'CIP49CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Transportation And Materials Moving.'},
'academics.program.certificate_lt_2_yr.transportation': {'source': 'CIP49CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Transportation And Materials Moving.'},
'academics.program.assoc.transportation': {'source': 'CIP49ASSOC',
'type': 'integer',
'description': 'Associate degree in Transportation And Materials Moving.'},
'academics.program.certificate_lt_4_yr.transportation': {'source': 'CIP49CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Transportation And Materials Moving.'},
'academics.program.bachelors.transportation': {'source': 'CIP49BACHL',
'type': 'integer',
'description': "Bachelor's degree in Transportation And Materials Moving."},
'academics.program.certificate_lt_1_yr.visual_performing': {'source': 'CIP50CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Visual And Performing Arts.'},
'academics.program.certificate_lt_2_yr.visual_performing': {'source': 'CIP50CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Visual And Performing Arts.'},
'academics.program.assoc.visual_performing': {'source': 'CIP50ASSOC',
'type': 'integer',
'description': 'Associate degree in Visual And Performing Arts.'},
'academics.program.certificate_lt_4_yr.visual_performing': {'source': 'CIP50CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Visual And Performing Arts.'},
'academics.program.bachelors.visual_performing': {'source': 'CIP50BACHL',
'type': 'integer',
'description': "Bachelor's degree in Visual And Performing Arts."},
'academics.program.certificate_lt_1_yr.health': {'source': 'CIP51CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Health Professions And Related Programs.'},
'academics.program.certificate_lt_2_yr.health': {'source': 'CIP51CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Health Professions And Related Programs.'},
'academics.program.assoc.health': {'source': 'CIP51ASSOC',
'type': 'integer',
'description': 'Associate degree in Health Professions And Related Programs.'},
'academics.program.certificate_lt_4_yr.health': {'source': 'CIP51CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Health Professions And Related Programs.'},
'academics.program.bachelors.health': {'source': 'CIP51BACHL',
'type': 'integer',
'description': "Bachelor's degree in Health Professions And Related Programs."},
'academics.program.certificate_lt_1_yr.business_marketing': {'source': 'CIP52CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in Business, Management, Marketing, And Related Support Services.'},
'academics.program.certificate_lt_2_yr.business_marketing': {'source': 'CIP52CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in Business, Management, Marketing, And Related Support Services.'},
'academics.program.assoc.business_marketing': {'source': 'CIP52ASSOC',
'type': 'integer',
'description': 'Associate degree in Business, Management, Marketing, And Related Support Services.'},
'academics.program.certificate_lt_4_yr.business_marketing': {'source': 'CIP52CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in Business, Management, Marketing, And Related Support Services.'},
'academics.program.bachelors.business_marketing': {'source': 'CIP52BACHL',
'type': 'integer',
'description': "Bachelor's degree in Business, Management, Marketing, And Related Support Services."},
'academics.program.certificate_lt_1_yr.history': {'source': 'CIP54CERT1',
'type': 'integer',
'description': 'Certificate of less than one academic year in History.'},
'academics.program.certificate_lt_2_yr.history': {'source': 'CIP54CERT2',
'type': 'integer',
'description': 'Certificate of at least one but less than two academic years in History.'},
'academics.program.assoc.history': {'source': 'CIP54ASSOC',
'type': 'integer',
'description': 'Associate degree in History.'},
'academics.program.certificate_lt_4_yr.history': {'source': 'CIP54CERT4',
'type': 'integer',
'description': 'Award of at least two but less than four academic years in History.'},
'academics.program.bachelors.history': {'source': 'CIP54BACHL',
'type': 'integer',
'description': "Bachelor's degree in History."},
'school.online_only': {'source': 'DISTANCEONLY',
'type': 'integer',
'description': 'Flag for distance-education-only education'},
'student.size': {'source': 'UGDS',
'type': 'integer',
'description': 'Enrollment of undergraduate certificate/degree-seeking students',
'index': 'integer'},
'student.size_category': {'calculate': 'UGDS is 0 between 0 and 0, 1 between 1 and 2000, 2 between 2001 and 15000, 3 between 15001 and 1000000, 4 between 1000000 and 20000000',
'type': 'integer',
'description': 'Enrollment of undergraduate certificate/degree-seeking students',
'index': 'integer'},
'student.enrollment.all': {'source': 'UG',
'type': 'integer',
'description': 'Enrollment of all undergraduate students'},
'student.demographics.race_ethnicity.white': {'source': 'UGDS_WHITE',
'type': 'float',
'description': 'Total share of enrollment of undergraduate degree-seeking students who are white'},
'student.demographics.race_ethnicity.black': {'source': 'UGDS_BLACK',
'type': 'float',
'description': 'Total share of enrollment of undergraduate degree-seeking students who are black'},
'student.demographics.race_ethnicity.hispanic': {'source': 'UGDS_HISP',
'type': 'float',
'description': 'Total share of enrollment of undergraduate degree-seeking students who are Hispanic'},
'student.demographics.race_ethnicity.asian': {'source': 'UGDS_ASIAN',
'type': 'float',
'description': 'Total share of enrollment of undergraduate degree-seeking students who are Asian'},
'student.demographics.race_ethnicity.aian': {'source': 'UGDS_AIAN',
'type': 'float',
'description': 'Total share of enrollment of undergraduate degree-seeking students who are American Indian/Alaska Native'},
'student.demographics.race_ethnicity.nhpi': {'source': 'UGDS_NHPI',
'type': 'float',
'description': 'Total share of enrollment of undergraduate degree-seeking students who are Native Hawaiian/Pacific Islander'},
'student.demographics.race_ethnicity.two_or_more': {'source': 'UGDS_2MOR',
'type': 'float',
'description': 'Total share of enrollment of undergraduate degree-seeking students who are two or more races'},
'student.demographics.race_ethnicity.non_resident_alien': {'source': 'UGDS_NRA',
'type': 'float',
'description': 'Total share of enrollment of undergraduate degree-seeking students who are non-resident aliens'},
'student.demographics.race_ethnicity.unknown': {'source': 'UGDS_UNKN',
'type': 'float',
'description': 'Total share of enrollment of undergraduate degree-seeking students whose race is unknown'},
'student.demographics.race_ethnicity.white_non_hispanic': {'source': 'UGDS_WHITENH',
'type': 'float',
'description': 'Total share of enrollment of undergraduate degree-seeking students who are white non-Hispanic'},
'student.demographics.race_ethnicity.black_non_hispanic': {'source': 'UGDS_BLACKNH',
'type': 'float',
'description': 'Total share of enrollment of undergraduate degree-seeking students who are black non-Hispanic'},
'student.demographics.race_ethnicity.asian_pacific_islander': {'source': 'UGDS_API',
'type': 'float',
'description': 'Total share of enrollment of undergraduate degree-seeking students who are Asian/Pacific Islander'},
'student.demographics.race_ethnicity.aian_prior_2009': {'source': 'UGDS_AIANOLD',
'type': 'float',
'description': 'Total share of enrollment of undergraduate degree-seeking students who are American Indian/Alaska Native'},
'student.demographics.race_ethnicity.hispanic_prior_2009': {'source': 'UGDS_HISPOLD',
'type': 'float',
'description': 'Total share of enrollment of undergraduate degree-seeking students who are Hispanic'},
'student.demographics.non_resident_aliens_2000': {'source': 'UG_NRA',
'type': 'float',
'description': 'Total share of enrollment of undergraduate students who are non-resident aliens'},
'student.demographics.race_ethnicity.unknown_2000': {'source': 'UG_UNKN',
'type': 'float',
'description': 'Total share of enrollment of undergraduate students whose race is unknown'},
'student.demographics.race_ethnicity.white_2000': {'source': 'UG_WHITENH',
'type': 'float',
'description': 'Total share of enrollment of undergraduate students who are white non-Hispanic'},
'student.demographics.race_ethnicity.black_2000': {'source': 'UG_BLACKNH',
'type': 'float',
'description': 'Total share of enrollment of undergraduate students who are black non-Hispanic'},
'student.demographics.race_ethnicity.api_2000': {'source': 'UG_API',
'type': 'float',
'description': 'Total share of enrollment of undergraduate students who are Asian/Pacific Islander'},
'student.demographics.race_ethnicity.aian_2000': {'source': 'UG_AIANOLD',
'type': 'float',
'description': 'Total share of enrollment of undergraduate students who are American Indian/Alaska Native'},
'student.demographics.race_ethnicity.hispanic_2000': {'source': 'UG_HISPOLD',
'type': 'float',
'description': 'Total share of enrollment of undergraduate students who are Hispanic'},
'student.part_time_share': {'source': 'PPTUG_EF',
'type': 'float',
'description': 'Share of undergraduate, degree-/certificate-seeking students who are part-time'},
'student.part_time_share_2000': {'source': 'PPTUG_EF2',
'type': 'float',
'description': 'Share of undergraduate, degree-/certificate-seeking students who are part-time'},
'school.operating': {'source': 'CURROPER',
'type': 'integer',
'description': 'Flag for currently operating institution, 0=closed, 1=operating',
'index': 'tinyint'},
'cost.avg_net_price.public': {'source': 'NPT4_PUB',
'type': 'integer',
'description': 'Average net price for Title IV institutions (public institutions)',
'index': 'integer'},
'cost.avg_net_price.private': {'source': 'NPT4_PRIV',
'type': 'integer',
'description': 'Average net price for Title IV institutions (private for-profit and nonprofit institutions)',
'index': 'integer'},
'cost.avg_net_price.program_year': {'source': 'NPT4_PROG',
'type': 'integer',
'description': 'Average net price for the largest program at the institution for program-year institutions'},
'cost.avg_net_price.other_academic_year': {'source': 'NPT4_OTHER',
'type': 'integer',
'description': 'Average net price for the largest program at the institution for schools on "other" academic year calendars'},
'cost.net_price.public.by_income_level.0-30000': {'source': 'NPT41_PUB',
'type': 'integer',
'description': 'Average net price for $0-$30,000 family income (public institutions)',
'index': 'integer'},
'cost.net_price.public.by_income_level.30001-48000': {'source': 'NPT42_PUB',
'type': 'integer',
'description': 'Average net price for $30,001-$48,000 family income (public institutions)',
'index': 'integer'},
'cost.net_price.public.by_income_level.48001-75000': {'source': 'NPT43_PUB',
'type': 'integer',
'description': 'Average net price for $48,001-$75,000 family income (public institutions)',
'index': 'integer'},
'cost.net_price.public.by_income_level.75001-110000': {'source': 'NPT44_PUB',
'type': 'integer',
'description': 'Average net price for $75,001-$110,000 family income (public institutions)',
'index': 'integer'},
'cost.net_price.public.by_income_level.110001-plus': {'source': 'NPT45_PUB',
'type': 'integer',
'description': 'Average net price for $110,000+ family income (public institutions)',
'index': 'integer'},
'cost.net_price.private.by_income_level.0-30000': {'source': 'NPT41_PRIV',
'type': 'integer',
'description': 'Average net price for $0-$30,000 family income (private for-profit and nonprofit institutions)',
'index': 'integer'},
'cost.net_price.private.by_income_level.30001-48000': {'source': 'NPT42_PRIV',
'type': 'integer',
'description': 'Average net price for $30,001-$48,000 family income (private for-profit and nonprofit institutions)',
'index': 'integer'},
'cost.net_price.private.by_income_level.48001-75000': {'source': 'NPT43_PRIV',
'type': 'integer',
'description': 'Average net price for $48,001-$75,000 family income (private for-profit and nonprofit institutions)',
'index': 'integer'},
'cost.net_price.private.by_income_level.75001-110000': {'source': 'NPT44_PRIV',
'type': 'integer',
'description': 'Average net price for $75,001-$110,000 family income (private for-profit and nonprofit institutions)',
'index': 'integer'},
'cost.net_price.private.by_income_level.110001-plus': {'source': 'NPT45_PRIV',
'type': 'integer',
'description': 'Average net price for $110,000+ family income (private for-profit and nonprofit institutions)',
'index': 'integer'},
'cost.net_price.program_reporter.by_income_level.0-30000': {'source': 'NPT41_PROG',
'type': 'integer',
'description': 'Average net price for $0-$30,000 family income (program-year institutions)'},
'cost.net_price.program_reporter.by_income_level.30001-48000': {'source': 'NPT42_PROG',
'type': 'integer',
'description': 'Average net price for $30,001-$48,000 family income (program-year institutions)'},
'cost.net_price.program_reporter.by_income_level.48001-75000': {'source': 'NPT43_PROG',
'type': 'integer',
'description': 'Average net price for $48,001-$75,000 family income (program-year institutions)'},
'cost.net_price.program_reporter.by_income_level.75001-110000': {'source': 'NPT44_PROG',
'type': 'integer',
'description': 'Average net price for $75,001-$110,000 family income (program-year institutions)'},
'cost.net_price.program_reporter.by_income_level.110001-plus': {'source': 'NPT45_PROG',
'type': 'integer',
'description': 'Average net price for $110,000+ family income (program-year institutions)'},
'cost.net_price.other_acad_calendar.by_income_level.0-30000': {'source': 'NPT41_OTHER',
'type': 'integer',
'description': 'Average net price for $0-$30,000 family income (other academic calendar institutions)'},
'cost.net_price.other_acad_calendar.by_income_level.30001-48000': {'source': 'NPT42_OTHER',
'type': 'integer',
'description': 'Average net price for $30,001-$48,000 family income (other academic calendar institutions)'},
'cost.net_price.other_acad_calendar.by_income_level.48001-75000': {'source': 'NPT43_OTHER',
'type': 'integer',
'description': 'Average net price for $48,001-$75,000 family income (other academic calendar institutions)'},
'cost.net_price.other_acad_calendar.by_income_level.75001-110000': {'source': 'NPT44_OTHER',
'type': 'integer',
'description': 'Average net price for $75,001-$110,000 family income (other academic calendar institutions)'},
'cost.net_price.other_acad_calendar.by_income_level.110001-plus': {'source': 'NPT45_OTHER',
'type': 'integer',
'description': 'Average net price for $110,000+ family income (other academic calendar institutions)'},
'cost.net_price.public.by_income_level.0-48000': {'source': 'NPT4_048_PUB',
'type': 'integer',
'description': 'Average net price for $0-$48,000 family income (public institutions)'},
'cost.net_price.private.by_income_level.0-48000': {'source': 'NPT4_048_PRIV',
'type': 'integer',
'description': 'Average net price for $0-$48,000 family income (private for-profit and nonprofit institutions)'},
'cost.net_price.program_reporter.by_income_level.0-48000': {'source': 'NPT4_048_PROG',
'type': 'integer',
'description': 'Average net price for $0-$48,000 family income (program-year institutions)'},
'cost.net_price.other_acad_calendar.by_income_level.0-48000': {'source': 'NPT4_048_OTHER',
'type': 'integer',
'description': 'Average net price for $0-$48,000 family income (other academic calendar institutions)'},
'cost.net_price.public.by_income_level.30001-75000': {'source': 'NPT4_3075_PUB',
'type': 'integer',
'description': 'Average net price for $30,001-$75,000 family income (public institutions)'},
'cost.net_price.private.by_income_level.30001-75000': {'source': 'NPT4_3075_PRIV',
'type': 'integer',
'description': 'Average net price for $30,001-$75,000 family income (private for-profit and nonprofit institutions)'},
'cost.net_price.public.by_income_level.75000-plus': {'source': 'NPT4_75UP_PUB',
'type': 'integer',
'description': 'Average net price for $75,000+ family income (public institutions)'},
'cost.net_price.private.by_income_level.75000-plus': {'source': 'NPT4_75UP_PRIV',
'type': 'integer',
'description': 'Average net price for $75,000+ family income (private for-profit and nonprofit institutions)'},
'cost.net_price.program_reporter.by_income_level.30001-75000': {'source': 'NPT4_3075_PROG',
'type': 'integer',
'description': 'Average net price for $30,001-$75,000 family income (program-year institutions)'},
'cost.net_price.other_acad_calendar.by_income_level.30001-75000': {'source': 'NPT4_3075_OTHER',
'type': 'integer',
'description': 'Average net price for $30,001-$75,000 family income (other academic calendar institutions)'},
'cost.net_price.program_reporter.by_income_level.75000-plus': {'source': 'NPT4_75UP_PROG',
'type': 'integer',
'description': 'Average net price for $75,000+ family income (program-year institutions)'},
'cost.net_price.other_acad_calendar.by_income_level.75000-plus': {'source': 'NPT4_75UP_OTHER',
'type': 'integer',
'description': 'Average net price for $75,000+ family income (other academic calendar institutions)'},
'cost.title_iv.public.all': {'source': 'NUM4_PUB',
'type': 'integer',
'description': 'Number of Title IV students (public institutions)'},
'cost.title_iv.private.all': {'source': 'NUM4_PRIV',
'type': 'integer',
'description': 'Number of Title IV students (private for-profit and nonprofit institutions)'},
'cost.title_iv.program_year': {'source': 'NUM4_PROG',
'type': 'integer',
'description': 'Number of Title IV students (program-year institutions)'},
'cost.title_iv.academic_year': {'source': 'NUM4_OTHER',
'type': 'integer',
'description': 'Number of Title IV students (other academic calendar institutions)'},
'cost.title_iv.public.by_income_level.0-30000': {'source': 'NUM41_PUB',
'type': 'integer',
'description': 'Number of Title IV students, $0-$30,000 family income (public institutions)'},
'cost.title_iv.public.by_income_level.30001-48000': {'source': 'NUM42_PUB',
'type': 'integer',
'description': 'Number of Title IV students, $30,001-$48,000 family income (public institutions)'},
'cost.title_iv.public.by_income_level.48001-75000': {'source': 'NUM43_PUB',
'type': 'integer',
'description': 'Number of Title IV students, $48,001-$75,000 family income (public institutions)'},
'cost.title_iv.public.by_income_level.75001-110000': {'source': 'NUM44_PUB',
'type': 'integer',
'description': 'Number of Title IV students, $75,001-$110,000 family income (public institutions)'},
'cost.title_iv.public.by_income_level.110001-plus': {'source': 'NUM45_PUB',
'type': 'integer',
'description': 'Number of Title IV students, $110,000+ family income (public institutions)'},
'cost.title_iv.private.by_income_level.0-30000': {'source': 'NUM41_PRIV',
'type': 'integer',
'description': 'Number of Title IV students, $0-$30,000 family income (private for-profit and nonprofit institutions)'},
'cost.title_iv.private.by_income_level.30001-48000': {'source': 'NUM42_PRIV',
'type': 'integer',
'description': 'Number of Title IV students, $30,001-$48,000 family income (private for-profit and nonprofit institutions)'},
'cost.title_iv.private.by_income_level.48001-75000': {'source': 'NUM43_PRIV',
'type': 'integer',
'description': 'Number of Title IV students, $48,001-$75,000 family income (private for-profit and nonprofit institutions)'},
'cost.title_iv.private.by_income_level.75001-110000': {'source': 'NUM44_PRIV',
'type': 'integer',
'description': 'Number of Title IV students, $75,001-$110,000 family income (private for-profit and nonprofit institutions)'},
'cost.title_iv.private.by_income_level.110001-plus': {'source': 'NUM45_PRIV',
'type': 'integer',
'description': 'Number of Title IV students, $110,000+ family income (private for-profit and nonprofit institutions)'},
'cost.title_iv.program_reporter.by_income_level.0-30000': {'source': 'NUM41_PROG',
'type': 'integer',
'description': 'Number of Title IV students, $0-$30,000 family income (program-year institutions)'},
'cost.title_iv.program_reporter.by_income_level.30001-48000': {'source': 'NUM42_PROG',
'type': 'integer',
'description': 'Number of Title IV students, $30,001-$48,000 family income (program-year institutions)'},
'cost.title_iv.program_reporter.by_income_level.48001-75000': {'source': 'NUM43_PROG',
'type': 'integer',
'description': 'Number of Title IV students, $48,001-$75,000 family income (program-year institutions)'},
'cost.title_iv.program_reporter.by_income_level.75001-110000': {'source': 'NUM44_PROG',
'type': 'integer',
'description': 'Number of Title IV students, $75,001-$110,000 family income (program-year institutions)'},
'cost.title_iv.program_reporter.by_income_level.110001-plus': {'source': 'NUM45_PROG',
'type': 'integer',
'description': 'Number of Title IV students, $110,000+ family income (program-year institutions)'},
'cost.title_iv.other_acad_calendar.by_income_level.0-30000': {'source': 'NUM41_OTHER',
'type': 'integer',
'description': 'Number of Title IV students, $0-$30,000 family income (other academic calendar institutions)'},
'cost.title_iv.other_acad_calendar.by_income_level.30001-48000': {'source': 'NUM42_OTHER',
'type': 'integer',
'description': 'Number of Title IV students, $30,001-$48,000 family income (other academic calendar institutions)'},
'cost.title_iv.other_acad_calendar.by_income_level.48001-75000': {'source': 'NUM43_OTHER',
'type': 'integer',
'description': 'Number of Title IV students, $48,001-$75,000 family income (other academic calendar institutions)'},
'cost.title_iv.other_acad_calendar.by_income_level.75001-110000': {'source': 'NUM44_OTHER',
'type': 'integer',
'description': 'Number of Title IV students, $75,001-$110,000 family income (other academic calendar institutions)'},
'cost.title_iv.other_acad_calendar.by_income_level.110001-plus': {'source': 'NUM45_OTHER',
'type': 'integer',
'description': 'Number of Title IV students, $110,000+ family income (other academic calendar institutions)'},
'cost.attendance.academic_year': {'source': 'COSTT4_A',
'type': 'integer',
'description': 'Average cost of attendance (academic year institutions)'},
'cost.attendance.program_year': {'source': 'COSTT4_P',
'type': 'integer',
'description': 'Average cost of attendance (program-year institutions)'},
'cost.tuition.in_state': {'source': 'TUITIONFEE_IN',
'type': 'integer',
'description': 'In-state tuition and fees',
'index': 'integer'},
'cost.tuition.out_of_state': {'source': 'TUITIONFEE_OUT',
'type': 'integer',
'description': 'Out-of-state tuition and fees',
'index': 'integer'},
'cost.tuition.program_year': {'source': 'TUITIONFEE_PROG',
'type': 'integer',
'description': 'Tuition and fees for program-year institutions'},
'school.tuition_revenue_per_fte': {'source': 'TUITFTE',
'type': 'integer',
'description': 'Net tuition revenue per full-time equivalent student'},
'school.instructional_expenditure_per_fte': {'source': 'INEXPFTE',
'type': 'integer',
'description': 'Instructional expenditures per full-time equivalent student'},
'school.faculty_salary': {'source': 'AVGFACSAL',
'type': 'integer',
'description': 'Average faculty salary'},
'school.ft_faculty_rate': {'source': 'PFTFAC',
'type': 'float',
'description': 'Proportion of faculty that is full-time'},
'aid.pell_grant_rate': {'source': 'PCTPELL',
'type': 'float',
'description': 'Percentage of undergraduates who receive a Pell Grant'},
'completion.completion_rate_4yr_150nt': {'source': 'C150_4',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at four-year institutions (150% of expected time to completion)'},
'completion.completion_rate_less_than_4yr_150nt': {'source': 'C150_L4',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (150% of expected time to completion)'},
'completion.completion_rate_4yr_150nt_pooled': {'source': 'C150_4_POOLED',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at four-year institutions (150% of expected time to completion), pooled for two year rolling averages',
'index': 'float'},
'completion.completion_rate_less_than_4yr_150nt_pooled': {'source': 'C150_L4_POOLED',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (150% of expected time to completion), pooled for two year rolling averages'},
'completion.pooled_yrs_used': {'source': 'POOLYRS',
'type': 'integer',
'description': 'Years used for rolling averages of completion rate C150_[4/L4]_POOLED and transfer rate TRANS_[4/L4]_POOLED'},
'student.share_first.time_full.time': {'source': 'PFTFTUG1_EF',
'type': 'float',
'description': 'Share of entering undergraduate students who are first-time, full-time degree-/certificate-seeking undergraduate students'},
'completion.completion_cohort_4yr_150nt': {'source': 'D150_4',
'type': 'integer',
'description': 'Adjusted cohort count for completion rate at four-year institutions (denominator of 150% completion rate)'},
'completion.completion_cohort_less_than_4yr_150nt': {'source': 'D150_L4',
'type': 'integer',
'description': 'Adjusted cohort count for completion rate at less-than-four-year institutions (denominator of 150% completion rate)'},
'completion.completion_cohort_4yr_150nt_pooled': {'source': 'D150_4_POOLED',
'type': 'integer',
'description': 'Adjusted cohort count for completion rate at four-year institutions (denominator of 150% completion rate), pooled for two-year rolling averages'},
'completion.completion_cohort_less_than_4yr_150nt_pooled': {'source': 'D150_L4_POOLED',
'type': 'integer',
'description': 'Adjusted cohort count for completion rate at less-than-four-year institutions (denominator of 150% completion rate), pooled for two-year rolling averages'},
'completion.completion_rate_4yr_150_white': {'source': 'C150_4_WHITE',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at four-year institutions (150% of expected time to completion) for white students'},
'completion.completion_rate_4yr_150_black': {'source': 'C150_4_BLACK',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at four-year institutions (150% of expected time to completion) for black students'},
'completion.completion_rate_4yr_150_hispanic': {'source': 'C150_4_HISP',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at four-year institutions (150% of expected time to completion) for Hispanic students'},
'completion.completion_rate_4yr_150_asian': {'source': 'C150_4_ASIAN',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at four-year institutions (150% of expected time to completion) for Asian students'},
'completion.completion_rate_4yr_150_aian': {'source': 'C150_4_AIAN',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at four-year institutions (150% of expected time to completion) for American Indian/Alaska Native students'},
'completion.completion_rate_4yr_150_nhpi': {'source': 'C150_4_NHPI',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at four-year institutions (150% of expected time to completion) for Native Hawaiian/Pacific Islander students'},
'completion.completion_rate_4yr_150_2ormore': {'source': 'C150_4_2MOR',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at four-year institutions (150% of expected time to completion) for students of two-or-more-races'},
'completion.completion_rate_4yr_150_nonresident.alien': {'source': 'C150_4_NRA',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at four-year institutions (150% of expected time to completion) for non-resident alien students'},
'completion.completion_rate_4yr_150_race.unknown': {'source': 'C150_4_UNKN',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at four-year institutions (150% of expected time to completion) for students whose race is unknown'},
'completion.completion_rate_4yr_150_white_pre2010': {'source': 'C150_4_WHITENH',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at four-year institutions (150% of expected time to completion) for white students'},
'completion.completion_rate_4yr_150_black_pre2010': {'source': 'C150_4_BLACKNH',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at four-year institutions (150% of expected time to completion) for black students'},
'completion.completion_rate_4yr_150_api_pre2010': {'source': 'C150_4_API',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at four-year institutions (150% of expected time to completion) for Asian/Pacific Islander students'},
'completion.completion_rate_4yr_150_aian_pre2010': {'source': 'C150_4_AIANOLD',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at four-year institutions (150% of expected time to completion) for American Indian/Alaska Native students'},
'completion.completion_rate_4yr_150_hispanic_pre2010': {'source': 'C150_4_HISPOLD',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at four-year institutions (150% of expected time to completion) for Hispanic students'},
'completion.completion_rate_l4yr_150_white': {'source': 'C150_L4_WHITE',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (150% of expected time to completion) for white students'},
'completion.completion_rate_l4yr_150_black': {'source': 'C150_L4_BLACK',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (150% of expected time to completion) for black students'},
'completion.completion_rate_l4yr_150_hispanic': {'source': 'C150_L4_HISP',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (150% of expected time to completion) for Hispanic students'},
'completion.completion_rate_l4yr_150_asian': {'source': 'C150_L4_ASIAN',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (150% of expected time to completion) for Asian students'},
'completion.completion_rate_l4yr_150_aian': {'source': 'C150_L4_AIAN',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (150% of expected time to completion) for American Indian/Alaska Native students'},
'completion.completion_rate_l4yr_150_nhpi': {'source': 'C150_L4_NHPI',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (150% of expected time to completion) for Native Hawaiian/Pacific Islander students'},
'completion.completion_rate_l4yr_150_2ormore': {'source': 'C150_L4_2MOR',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (150% of expected time to completion) for students of two-or-more-races'},
'completion.completion_rate_l4yr_150_nonresident.alien': {'source': 'C150_L4_NRA',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (150% of expected time to completion) for non-resident alien students'},
'completion.completion_rate_l4yr_150_race.unknown': {'source': 'C150_L4_UNKN',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (150% of expected time to completion) for students whose race is unknown'},
'completion.completion_rate_l4yr_150_white_pre2010': {'source': 'C150_L4_WHITENH',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (150% of expected time to completion) for white non-Hispanic students'},
'completion.completion_rate_l4yr_150_black_pre2010': {'source': 'C150_L4_BLACKNH',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (150% of expected time to completion) for black non-Hispanic students'},
'completion.completion_rate_l4yr_150_api_pre2010': {'source': 'C150_L4_API',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (150% of expected time to completion) for Asian/Pacific Islander students'},
'completion.completion_rate_l4yr_150_aian_pre2010': {'source': 'C150_L4_AIANOLD',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (150% of expected time to completion) for American Indian/Alaska Native students'},
'completion.completion_rate_l4yr_150_hispanic_pre2010': {'source': 'C150_L4_HISPOLD',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (150% of expected time to completion) for Hispanic students'},
'completion.completion_rate_4yr_200nt': {'source': 'C200_4',
'type': 'float',
'description': "Completion rate for first-time, full-time bachelor's-degree-seeking students at four-year institutions (200% of expected time to completion)"},
'completion.completion_rate_less_than_4yr_200nt': {'source': 'C200_L4',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (200% of expected time to completion)'},
'completion.completion_cohort_4yr_200nt': {'source': 'D200_4',
'type': 'float',
'description': 'Adjusted cohort count for completion rate at four-year institutions (denominator of 200% completion rate)'},
'completion.completion_cohort_less_than_4yr_200nt': {'source': 'D200_L4',
'type': 'float',
'description': 'Adjusted cohort count for completion rate at less-than-four-year institutions (denominator of 200% completion rate)'},
'student.retention_rate.four_year.full_time': {'source': 'RET_FT4',
'type': 'float',
'description': 'First-time, full-time student retention rate at four-year institutions'},
'student.retention_rate.lt_four_year.full_time': {'source': 'RET_FTL4',
'type': 'float',
'description': 'First-time, full-time student retention rate at less-than-four-year institutions'},
'student.retention_rate.four_year.part_time': {'source': 'RET_PT4',
'type': 'float',
'description': 'First-time, part-time student retention rate at four-year institutions'},
'student.retention_rate.lt_four_year.part_time': {'source': 'RET_PTL4',
'type': 'float',
'description': 'First-time, part-time student retention rate at less-than-four-year institutions'},
'completion.completion_rate_4yr_200nt_pooled': {'source': 'C200_4_POOLED',
'type': 'float',
'description': "Completion rate for first-time, full-time bachelor's-degree-seeking students at four-year institutions (200% of expected time to completion), pooled for two year rolling averages"},
'completion.completion_rate_less_than_4yr_200nt_pooled': {'source': 'C200_L4_POOLED',
'type': 'float',
'description': 'Completion rate for first-time, full-time students at less-than-four-year institutions (200% of expected time to completion), pooled for two year rolling averages'},
'completion.pooled_yrs_used_200': {'source': 'POOLYRS200',
'type': 'integer',
'description': 'Years used for rolling averages of completion rate C200_[4/L4]_POOLED'},
'completion.completion_cohort_4yr_200nt_pooled': {'source': 'D200_4_POOLED',
'type': 'float',
'description': 'Adjusted cohort count for completion rate at four-year institutions (denominator of 200% completion rate), pooled for two-year rolling averages'},
'completion.completion_cohort_less_than_4yr_200nt_pooled': {'source': 'D200_L4_POOLED',
'type': 'float',
'description': 'Adjusted cohort count for completion rate at less-than-four-year institutions (denominator of 200% completion rate), pooled for two-year rolling averages'},
'aid.federal_loan_rate': {'source': 'PCTFLOAN',
'type': 'float',
'description': 'Percent of all undergraduate students receiving a federal student loan'},
'student.share_25_older': {'source': 'UG25ABV',
'type': 'float',
'description': 'Percentage of undergraduates aged 25 and above'},
'repayment.2_yr_default_rate': {'source': 'CDR2',
'type': 'float',
'description': 'Two-year cohort default rate'},
'repayment.3_yr_default_rate': {'source': 'CDR3',
'type': 'float',
'description': 'Three-year cohort default rate'},
'completion.title_iv.died_by.2yrs': {'source': 'DEATH_YR2_RT',
'type': 'float',
'description': 'Percent died within 2 years at original institution'},
'completion.title_iv.completed_by.2yrs': {'source': 'COMP_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent completed within 2 years at original institution'},
'completion.title_iv.transf_completed_4yr_by.2yrs': {'source': 'COMP_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent who transferred to a 4-year institution and completed within 2 years'},
'completion.title_iv.transf_completed_2yr_by.2yrs': {'source': 'COMP_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent who transferred to a 2-year institution and completed within 2 years'},
'completion.title_iv.withdrawn_by.2yrs': {'source': 'WDRAW_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent withdrawn from original institution within 2 years'},
'completion.title_iv.transf_withdrawn_4yr_by.2yrs': {'source': 'WDRAW_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent who transferred to a 4-year institution and withdrew within 2 years'},
'completion.title_iv.transf_withdrawn_2yr_by.2yrs': {'source': 'WDRAW_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent who transferred to a 2-year institution and withdrew within 2 years'},
'completion.title_iv.still_enrolled_by.2yrs': {'source': 'ENRL_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent still enrolled at original institution within 2 years'},
'completion.title_iv.transf_still_enrolled_4yr_by.2yrs': {'source': 'ENRL_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent who transferred to a 4-year institution and were still enrolled within 2 years'},
'completion.title_iv.transf_still_enrolled_2yr_by.2yrs': {'source': 'ENRL_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent who transferred to a 2-year institution and were still enrolled within 2 years'},
'completion.title_iv.unknown_by.2yrs': {'source': 'UNKN_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent with status unknown within 2 years at original institution'},
'completion.title_iv.transf_unknown_4yr_by.2yrs': {'source': 'UNKN_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent who transferred to a 4-year institution and whose status is unknown within 2 years'},
'completion.title_iv.transf_unknown_2yr_by.2yrs': {'source': 'UNKN_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent who transferred to a 2-year institution and whose status is unknown within 2 years'},
'completion.title_iv.low_inc.died_by.2yrs': {'source': 'LO_INC_DEATH_YR2_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who died within 2 years at original institution'},
'completion.title_iv.low_inc.completed_by.2yrs': {'source': 'LO_INC_COMP_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who completed within 2 years at original institution'},
'completion.title_iv.low_inc.transf_completed_4yr_by.2yrs': {'source': 'LO_INC_COMP_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 4-year institution and completed within 2 years'},
'completion.title_iv.low_inc.transf_completed_2yr_by.2yrs': {'source': 'LO_INC_COMP_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 2-year institution and completed within 2 years'},
'completion.title_iv.low_inc.withdrawn_by.2yrs': {'source': 'LO_INC_WDRAW_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students withdrawn from original institution within 2 years'},
'completion.title_iv.low_inc.transf_withdrawn_4yr_by.2yrs': {'source': 'LO_INC_WDRAW_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 4-year institution and withdrew within 2 years'},
'completion.title_iv.low_inc.transf_withdrawn_2yr_by.2yrs': {'source': 'LO_INC_WDRAW_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 2-year institution and withdrew within 2 years'},
'completion.title_iv.low_inc.still_enrolled_by.2yrs': {'source': 'LO_INC_ENRL_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who were still enrolled at original institution within 2 years'},
'completion.title_iv.low_inc.transf_still_enrolled_4yr_by.2yrs': {'source': 'LO_INC_ENRL_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 4-year institution and were still enrolled within 2 years'},
'completion.title_iv.low_inc.transf_still_enrolled_2yr_by.2yrs': {'source': 'LO_INC_ENRL_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 2-year institution and were still enrolled within 2 years'},
'completion.title_iv.low_inc.unknown_by.2yrs': {'source': 'LO_INC_UNKN_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students with status unknown within 2 years at original institution'},
'completion.title_iv.low_inc.transf_unknown_4yr_by.2yrs': {'source': 'LO_INC_UNKN_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 4-year institution and whose status is unknown within 2 years'},
'completion.title_iv.low_inc.transf_unknown_2yr_by.2yrs': {'source': 'LO_INC_UNKN_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 2-year institution and whose status is unknown within 2 years'},
'completion.title_iv.mid_inc.died_by.2yrs': {'source': 'MD_INC_DEATH_YR2_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who died within 2 years at original institution'},
'completion.title_iv.mid_inc.completed_by.2yrs': {'source': 'MD_INC_COMP_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who completed within 2 years at original institution'},
'completion.title_iv.mid_inc.transf_completed_4yr_by.2yrs': {'source': 'MD_INC_COMP_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 4-year institution and completed within 2 years'},
'completion.title_iv.mid_inc.transf_completed_2yr_by.2yrs': {'source': 'MD_INC_COMP_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 2-year institution and completed within 2 years'},
'completion.title_iv.mid_inc.withdrawn_by.2yrs': {'source': 'MD_INC_WDRAW_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students withdrawn from original institution within 2 years'},
'completion.title_iv.mid_inc.transf_withdrawn_4yr_by.2yrs': {'source': 'MD_INC_WDRAW_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 4-year institution and withdrew within 2 years'},
'completion.title_iv.mid_inc.transf_withdrawn_2yr_by.2yrs': {'source': 'MD_INC_WDRAW_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 2-year institution and withdrew within 2 years'},
'completion.title_iv.mid_inc.still_enrolled_by.2yrs': {'source': 'MD_INC_ENRL_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who were still enrolled at original institution within 2 years'},
'completion.title_iv.mid_inc.transf_still_enrolled_4yr_by.2yrs': {'source': 'MD_INC_ENRL_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 4-year institution and were still enrolled within 2 years'},
'completion.title_iv.mid_inc.transf_still_enrolled_2yr_by.2yrs': {'source': 'MD_INC_ENRL_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 2-year institution and were still enrolled within 2 years'},
'completion.title_iv.mid_inc.unknown_by.2yrs': {'source': 'MD_INC_UNKN_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students with status unknown within 2 years at original institution'},
'completion.title_iv.mid_inc.transf_unknown_4yr_by.2yrs': {'source': 'MD_INC_UNKN_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 4-year institution and whose status is unknown within 2 years'},
'completion.title_iv.mid_inc.transf_unknown_2yr_by.2yrs': {'source': 'MD_INC_UNKN_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 2-year institution and whose status is unknown within 2 years'},
'completion.title_iv.high_inc.died_by.2yrs': {'source': 'HI_INC_DEATH_YR2_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who died within 2 years at original institution'},
'completion.title_iv.high_inc.completed_by.2yrs': {'source': 'HI_INC_COMP_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who completed within 2 years at original institution'},
'completion.title_iv.high_inc.transf_completed_4yr_by.2yrs': {'source': 'HI_INC_COMP_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 4-year institution and completed within 2 years'},
'completion.title_iv.high_inc.transf_completed_2yr_by.2yrs': {'source': 'HI_INC_COMP_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 2-year institution and completed within 2 years'},
'completion.title_iv.high_inc.withdrawn_by.2yrs': {'source': 'HI_INC_WDRAW_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students withdrawn from original institution within 2 years'},
'completion.title_iv.high_inc.transf_withdrawn_4yr_by.2yrs': {'source': 'HI_INC_WDRAW_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 4-year institution and withdrew within 2 years'},
'completion.title_iv.high_inc.transf_withdrawn_2yr_by.2yrs': {'source': 'HI_INC_WDRAW_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 2-year institution and withdrew within 2 years'},
'completion.title_iv.high_inc.still_enrolled_by.2yrs': {'source': 'HI_INC_ENRL_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who were still enrolled at original institution within 2 years'},
'completion.title_iv.high_inc.transf_still_enrolled_4yr_by.2yrs': {'source': 'HI_INC_ENRL_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 4-year institution and were still enrolled within 2 years'},
'completion.title_iv.high_inc.transf_still_enrolled_2yr_by.2yrs': {'source': 'HI_INC_ENRL_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 2-year institution and were still enrolled within 2 years'},
'completion.title_iv.high_inc.unknown_by.2yrs': {'source': 'HI_INC_UNKN_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students with status unknown within 2 years at original institution'},
'completion.title_iv.high_inc.transf_unknown_4yr_by.2yrs': {'source': 'HI_INC_UNKN_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 4-year institution and whose status is unknown within 2 years'},
'completion.title_iv.high_inc.transf_unknown_2yr_by.2yrs': {'source': 'HI_INC_UNKN_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 2-year institution and whose status is unknown within 2 years'},
'completion.title_iv.depend.died_by.2yrs': {'source': 'DEP_DEATH_YR2_RT',
'type': 'float',
'description': 'Percent of dependent students who died within 2 years at original institution'},
'completion.title_iv.depend.completed_by.2yrs': {'source': 'DEP_COMP_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of dependent students who completed within 2 years at original institution'},
'completion.title_iv.depend.transf_completed_4yr_by.2yrs': {'source': 'DEP_COMP_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 4-year institution and completed within 2 years'},
'completion.title_iv.depend.transf_completed_2yr_by.2yrs': {'source': 'DEP_COMP_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 2-year institution and completed within 2 years'},
'completion.title_iv.depend.withdrawn_by.2yrs': {'source': 'DEP_WDRAW_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of dependent students withdrawn from original institution within 2 years'},
'completion.title_iv.depend.transf_withdrawn_4yr_by.2yrs': {'source': 'DEP_WDRAW_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 4-year institution and withdrew within 2 years'},
'completion.title_iv.depend.transf_withdrawn_2yr_by.2yrs': {'source': 'DEP_WDRAW_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 2-year institution and withdrew within 2 years'},
'completion.title_iv.depend.still_enrolled_by.2yrs': {'source': 'DEP_ENRL_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of dependent students who were still enrolled at original institution within 2 years'},
'completion.title_iv.depend.transf_still_enrolled_4yr_by.2yrs': {'source': 'DEP_ENRL_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 4-year institution and were still enrolled within 2 years'},
'completion.title_iv.depend.transf_still_enrolled_2yr_by.2yrs': {'source': 'DEP_ENRL_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 2-year institution and were still enrolled within 2 years'},
'completion.title_iv.depend.unknown_by.2yrs': {'source': 'DEP_UNKN_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of dependent students with status unknown within 2 years at original institution'},
'completion.title_iv.depend.transf_unknown_4yr_by.2yrs': {'source': 'DEP_UNKN_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 4-year institution and whose status is unknown within 2 years'},
'completion.title_iv.depend.transf_unknown_2yr_by.2yrs': {'source': 'DEP_UNKN_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 2-year institution and whose status is unknown within 2 years'},
'completion.title_iv.independ.died_by.2yrs': {'source': 'IND_DEATH_YR2_RT',
'type': 'float',
'description': 'Percent of independent students who died within 2 years at original institution'},
'completion.title_iv.independ.completed_by.2yrs': {'source': 'IND_COMP_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of independent students who completed within 2 years at original institution'},
'completion.title_iv.independ.transf_completed_4yr_by.2yrs': {'source': 'IND_COMP_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 4-year institution and completed within 2 years'},
'completion.title_iv.independ.transf_completed_2yr_by.2yrs': {'source': 'IND_COMP_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 2-year institution and completed within 2 years'},
'completion.title_iv.independ.withdrawn_by.2yrs': {'source': 'IND_WDRAW_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of independent students withdrawn from original institution within 2 years'},
'completion.title_iv.independ.transf_withdrawn_4yr_by.2yrs': {'source': 'IND_WDRAW_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 4-year institution and withdrew within 2 years'},
'completion.title_iv.independ.transf_withdrawn_2yr_by.2yrs': {'source': 'IND_WDRAW_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 2-year institution and withdrew within 2 years'},
'completion.title_iv.independ.still_enrolled_by.2yrs': {'source': 'IND_ENRL_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of independent students who were still enrolled at original institution within 2 years'},
'completion.title_iv.independ.transf_still_enrolled_4yr_by.2yrs': {'source': 'IND_ENRL_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 4-year institution and were still enrolled within 2 years'},
'completion.title_iv.independ.transf_still_enrolled_2yr_by.2yrs': {'source': 'IND_ENRL_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 2-year institution and were still enrolled within 2 years'},
'completion.title_iv.independ.unknown_by.2yrs': {'source': 'IND_UNKN_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of independent students with status unknown within 2 years at original institution'},
'completion.title_iv.independ.transf_unknown_4yr_by.2yrs': {'source': 'IND_UNKN_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 4-year institution and whose status is unknown within 2 years'},
'completion.title_iv.independ.transf_unknown_2yr_by.2yrs': {'source': 'IND_UNKN_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 2-year institution and whose status is unknown within 2 years'},
'completion.title_iv.female.died_by.2yrs': {'source': 'FEMALE_DEATH_YR2_RT',
'type': 'float',
'description': 'Percent of female students who died within 2 years at original institution'},
'completion.title_iv.female.completed_by.2yrs': {'source': 'FEMALE_COMP_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of female students who completed within 2 years at original institution'},
'completion.title_iv.female.transf_completed_4yr_by.2yrs': {'source': 'FEMALE_COMP_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 4-year institution and completed within 2 years'},
'completion.title_iv.female.transf_completed_2yr_by.2yrs': {'source': 'FEMALE_COMP_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 2-year institution and completed within 2 years'},
'completion.title_iv.female.withdrawn_by.2yrs': {'source': 'FEMALE_WDRAW_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of female students withdrawn from original institution within 2 years'},
'completion.title_iv.female.transf_withdrawn_4yr_by.2yrs': {'source': 'FEMALE_WDRAW_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 4-year institution and withdrew within 2 years'},
'completion.title_iv.female.transf_withdrawn_2yr_by.2yrs': {'source': 'FEMALE_WDRAW_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 2-year institution and withdrew within 2 years'},
'completion.title_iv.female.still_enrolled_by.2yrs': {'source': 'FEMALE_ENRL_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of female students who were still enrolled at original institution within 2 years'},
'completion.title_iv.female.transf_still_enrolled_4yr_by.2yrs': {'source': 'FEMALE_ENRL_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 4-year institution and were still enrolled within 2 years'},
'completion.title_iv.female.transf_still_enrolled_2yr_by.2yrs': {'source': 'FEMALE_ENRL_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 2-year institution and were still enrolled within 2 years'},
'completion.title_iv.female.unknown_by.2yrs': {'source': 'FEMALE_UNKN_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of female students with status unknown within 2 years at original institution'},
'completion.title_iv.female.transf_unknown_4yr_by.2yrs': {'source': 'FEMALE_UNKN_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 4-year institution and whose status is unknown within 2 years'},
'completion.title_iv.female.transf_unknown_2yr_by.2yrs': {'source': 'FEMALE_UNKN_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 2-year institution and whose status is unknown within 2 years'},
'completion.title_iv.male.died_by.2yrs': {'source': 'MALE_DEATH_YR2_RT',
'type': 'float',
'description': 'Percent of male students who died within 2 years at original institution'},
'completion.title_iv.male.completed_by.2yrs': {'source': 'MALE_COMP_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of male students who completed within 2 years at original institution'},
'completion.title_iv.male.transf_completed_4yr_by.2yrs': {'source': 'MALE_COMP_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 4-year institution and completed within 2 years'},
'completion.title_iv.male.transf_completed_2yr_by.2yrs': {'source': 'MALE_COMP_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 2-year institution and completed within 2 years'},
'completion.title_iv.male.withdrawn_by.2yrs': {'source': 'MALE_WDRAW_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of male students withdrawn from original institution within 2 years'},
'completion.title_iv.male.transf_withdrawn_4yr_by.2yrs': {'source': 'MALE_WDRAW_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 4-year institution and withdrew within 2 years'},
'completion.title_iv.male.transf_withdrawn_2yr_by.2yrs': {'source': 'MALE_WDRAW_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 2-year institution and withdrew within 2 years'},
'completion.title_iv.male.still_enrolled_by.2yrs': {'source': 'MALE_ENRL_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of male students who were still enrolled at original institution within 2 years'},
'completion.title_iv.male.transf_still_enrolled_4yr_by.2yrs': {'source': 'MALE_ENRL_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 4-year institution and were still enrolled within 2 years'},
'completion.title_iv.male.transf_still_enrolled_2yr_by.2yrs': {'source': 'MALE_ENRL_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 2-year institution and were still enrolled within 2 years'},
'completion.title_iv.male.unknown_by.2yrs': {'source': 'MALE_UNKN_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of male students with status unknown within 2 years at original institution'},
'completion.title_iv.male.transf_unknown_4yr_by.2yrs': {'source': 'MALE_UNKN_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 4-year institution and whose status is unknown within 2 years'},
'completion.title_iv.male.transf_unknown_2yr_by.2yrs': {'source': 'MALE_UNKN_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 2-year institution and whose status is unknown within 2 years'},
'completion.title_iv.pell_recip.died_by.2yrs': {'source': 'PELL_DEATH_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who died within 2 years at original institution'},
'completion.title_iv.pell_recip.completed_by.2yrs': {'source': 'PELL_COMP_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who completed in 2 years at original institution'},
'completion.title_iv.pell_recip.transf_completed_4yr_by.2yrs': {'source': 'PELL_COMP_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 4-year institution and completed within 2 years'},
'completion.title_iv.pell_recip.transf_completed_2yr_by.2yrs': {'source': 'PELL_COMP_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 2-year institution and completed within 2 years'},
'completion.title_iv.pell_recip.withdrawn_by.2yrs': {'source': 'PELL_WDRAW_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and withdrew from original institution within 2 years'},
'completion.title_iv.pell_recip.transf_withdrawn_4yr_by.2yrs': {'source': 'PELL_WDRAW_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 4-year institution and withdrew within 2 years'},
'completion.title_iv.pell_recip.transf_withdrawn_2yr_by.2yrs': {'source': 'PELL_WDRAW_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 2-year institution and withdrew within 2 years'},
'completion.title_iv.pell_recip.still_enrolled_by.2yrs': {'source': 'PELL_ENRL_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who were still enrolled at original institution within 2 years'},
'completion.title_iv.pell_recip.transf_still_enrolled_4yr_by.2yrs': {'source': 'PELL_ENRL_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 4-year institution and were still enrolled within 2 years'},
'completion.title_iv.pell_recip.transf_still_enrolled_2yr_by.2yrs': {'source': 'PELL_ENRL_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 2-year institution and were still enrolled within 2 years'},
'completion.title_iv.pell_recip.unknown_by.2yrs': {'source': 'PELL_UNKN_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and with status unknown within 2 years at original institution'},
'completion.title_iv.pell_recip.transf_unknown_4yr_by.2yrs': {'source': 'PELL_UNKN_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 4-year institution and whose status is unknown within 2 years'},
'completion.title_iv.pell_recip.transf_unknown_2yr_by.2yrs': {'source': 'PELL_UNKN_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 2-year institution and whose status is unknown within 2 years'},
'completion.title_iv.no_pell.died_by.2yrs': {'source': 'NOPELL_DEATH_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who died within 2 years at original institution'},
'completion.title_iv.no_pell.completed_by.2yrs': {'source': 'NOPELL_COMP_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who completed in 2 years at original institution'},
'completion.title_iv.no_pell.transf_completed_4yr_by.2yrs': {'source': 'NOPELL_COMP_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 4-year institution and completed within 2 years'},
'completion.title_iv.no_pell.transf_completed_2yr_by.2yrs': {'source': 'NOPELL_COMP_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 2-year institution and completed within 2 years'},
'completion.title_iv.no_pell.withdrawn_by.2yrs': {'source': 'NOPELL_WDRAW_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and withdrew from original institution within 2 years'},
'completion.title_iv.no_pell.transf_withdrawn_4yr_by.2yrs': {'source': 'NOPELL_WDRAW_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 4-year institution and withdrew within 2 years'},
'completion.title_iv.no_pell.transf_withdrawn_2yr_by.2yrs': {'source': 'NOPELL_WDRAW_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 2-year institution and withdrew within 2 years'},
'completion.title_iv.no_pell.still_enrolled_by.2yrs': {'source': 'NOPELL_ENRL_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who were still enrolled at original institution within 2 years'},
'completion.title_iv.no_pell.transf_still_enrolled_4yr_by.2yrs': {'source': 'NOPELL_ENRL_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 4-year institution and were still enrolled within 2 years'},
'completion.title_iv.no_pell.transf_still_enrolled_2yr_by.2yrs': {'source': 'NOPELL_ENRL_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 2-year institution and were still enrolled within 2 years'},
'completion.title_iv.no_pell.unknown_by.2yrs': {'source': 'NOPELL_UNKN_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and with status unknown within 2 years at original institution'},
'completion.title_iv.no_pell.transf_unknown_4yr_by.2yrs': {'source': 'NOPELL_UNKN_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 4-year institution and whose status is unknown within 2 years'},
'completion.title_iv.no_pell.transf_unknown_2yr_by.2yrs': {'source': 'NOPELL_UNKN_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 2-year institution and whose status is unknown within 2 years'},
'completion.title_iv.loan_recip.died_by.2yrs': {'source': 'LOAN_DEATH_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who died within 2 years at original institution'},
'completion.title_iv.loan_recip.completed_by.2yrs': {'source': 'LOAN_COMP_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who completed in 2 years at original institution'},
'completion.title_iv.loan_recip.transf_completed_4yr_by.2yrs': {'source': 'LOAN_COMP_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a federel loan at the institution and who transferred to a 4-year institution and completed within 2 years'},
'completion.title_iv.loan_recip.transf_completed_2yr_by.2yrs': {'source': 'LOAN_COMP_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 2-year institution and completed within 2 years'},
'completion.title_iv.loan_recip.withdrawn_by.2yrs': {'source': 'LOAN_WDRAW_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and withdrew from original institution within 2 years'},
'completion.title_iv.loan_recip.transf_withdrawn_4yr_by.2yrs': {'source': 'LOAN_WDRAW_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 4-year institution and withdrew within 2 years'},
'completion.title_iv.loan_recip.transf_withdrawn_2yr_by.2yrs': {'source': 'LOAN_WDRAW_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 2-year institution and withdrew within 2 years'},
'completion.title_iv.loan_recip.still_enrolled_by.2yrs': {'source': 'LOAN_ENRL_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who were still enrolled at original institution within 2 years'},
'completion.title_iv.loan_recip.transf_still_enrolled_4yr_by.2yrs': {'source': 'LOAN_ENRL_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 4-year institution and were still enrolled within 2 years'},
'completion.title_iv.loan_recip.transf_still_enrolled_2yr_by.2yrs': {'source': 'LOAN_ENRL_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 2-year institution and were still enrolled within 2 years'},
'completion.title_iv.loan_recip.unknown_by.2yrs': {'source': 'LOAN_UNKN_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and with status unknown within 2 years at original institution'},
'completion.title_iv.loan_recip.transf_unknown_4yr_by.2yrs': {'source': 'LOAN_UNKN_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 4-year institution and whose status is unknown within 2 years'},
'completion.title_iv.loan_recip.transf_unknown_2yr_by.2yrs': {'source': 'LOAN_UNKN_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 2-year institution and whose status is unknown within 2 years'},
'completion.title_iv.no_loan.died_by.2yrs': {'source': 'NOLOAN_DEATH_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who died within 2 years at original institution'},
'completion.title_iv.no_loan.completed_by.2yrs': {'source': 'NOLOAN_COMP_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who completed in 2 years at original institution'},
'completion.title_iv.no_loan.transf_completed_4yr_by.2yrs': {'source': 'NOLOAN_COMP_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 4-year institution and completed within 2 years'},
'completion.title_iv.no_loan.transf_completed_2yr_by.2yrs': {'source': 'NOLOAN_COMP_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 2-year institution and completed within 2 years'},
'completion.title_iv.no_loan.withdrawn_by.2yrs': {'source': 'NOLOAN_WDRAW_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and withdrew from original institution within 2 years'},
'completion.title_iv.no_loan.transf_withdrawn_4yr_by.2yrs': {'source': 'NOLOAN_WDRAW_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 4-year institution and withdrew within 2 years'},
'completion.title_iv.no_loan.transf_withdrawn_2yr_by.2yrs': {'source': 'NOLOAN_WDRAW_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 2-year institution and withdrew within 2 years'},
'completion.title_iv.no_loan.still_enrolled_by.2yrs': {'source': 'NOLOAN_ENRL_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who were still enrolled at original institution within 2 years'},
'completion.title_iv.no_loan.transf_still_enrolled_4yr_by.2yrs': {'source': 'NOLOAN_ENRL_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 4-year institution and were still enrolled within 2 years'},
'completion.title_iv.no_loan.transf_still_enrolled_2yr_by.2yrs': {'source': 'NOLOAN_ENRL_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 2-year institution and were still enrolled within 2 years'},
'completion.title_iv.no_loan.unknown_by.2yrs': {'source': 'NOLOAN_UNKN_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and with status unknown within 2 years at original institution'},
'completion.title_iv.no_loan.transf_unknown_4yr_by.2yrs': {'source': 'NOLOAN_UNKN_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 4-year institution and whose status is unknown within 2 years'},
'completion.title_iv.no_loan.transf_unknown_2yr_by.2yrs': {'source': 'NOLOAN_UNKN_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 2-year institution and whose status is unknown within 2 years'},
'completion.title_iv.first_gen.died_by.2yrs': {'source': 'FIRSTGEN_DEATH_YR2_RT',
'type': 'float',
'description': 'Percent of first-generation students who died within 2 years at original institution'},
'completion.title_iv.first_gen.completed_by.2yrs': {'source': 'FIRSTGEN_COMP_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of first-generation students who completed within 2 years at original institution'},
'completion.title_iv.first_gen.transf_completed_4yr_by.2yrs': {'source': 'FIRSTGEN_COMP_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 4-year institution and completed within 2 years'},
'completion.title_iv.first_gen.transf_completed_2yr_by.2yrs': {'source': 'FIRSTGEN_COMP_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 2-year institution and completed within 2 years'},
'completion.title_iv.first_gen.withdrawn_by.2yrs': {'source': 'FIRSTGEN_WDRAW_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of first-generation students withdrawn from original institution within 2 years'},
'completion.title_iv.first_gen.transf_withdrawn_4yr_by.2yrs': {'source': 'FIRSTGEN_WDRAW_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 4-year institution and withdrew within 2 years'},
'completion.title_iv.first_gen.transf_withdrawn_2yr_by.2yrs': {'source': 'FIRSTGEN_WDRAW_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 2-year institution and withdrew within 2 years'},
'completion.title_iv.first_gen.still_enrolled_by.2yrs': {'source': 'FIRSTGEN_ENRL_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of first-generation students who were still enrolled at original institution within 2 years'},
'completion.title_iv.first_gen.transf_still_enrolled_4yr_by.2yrs': {'source': 'FIRSTGEN_ENRL_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 4-year institution and were still enrolled within 2 years'},
'completion.title_iv.first_gen.transf_still_enrolled_2yr_by.2yrs': {'source': 'FIRSTGEN_ENRL_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 2-year institution and were still enrolled within 2 years'},
'completion.title_iv.first_gen.unknown_by.2yrs': {'source': 'FIRSTGEN_UNKN_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of first-generation students with status unknown within 2 years at original institution'},
'completion.title_iv.first_gen.transf_unknown_4yr_by.2yrs': {'source': 'FIRSTGEN_UNKN_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 4-year institution and whose status is unknown within 2 years'},
'completion.title_iv.first_gen.transf_unknown_2yr_by.2yrs': {'source': 'FIRSTGEN_UNKN_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 2-year institution and whose status is unknown within 2 years'},
'completion.title_iv.not_first_gen.died_by.2yrs': {'source': 'NOT1STGEN_DEATH_YR2_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who died within 2 years at original institution'},
'completion.title_iv.not_first_gen.completed_by.2yrs': {'source': 'NOT1STGEN_COMP_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who completed within 2 years at original institution'},
'completion.title_iv.not_first_gen.transf_completed_4yr_by.2yrs': {'source': 'NOT1STGEN_COMP_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 4-year institution and completed within 2 years'},
'completion.title_iv.not_first_gen.transf_completed_2yr_by.2yrs': {'source': 'NOT1STGEN_COMP_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 2-year institution and completed within 2 years'},
'completion.title_iv.not_first_gen.withdrawn_by.2yrs': {'source': 'NOT1STGEN_WDRAW_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of not-first-generation students withdrawn from original institution within 2 years'},
'completion.title_iv.not_first_gen.transf_withdrawn_4yr_by.2yrs': {'source': 'NOT1STGEN_WDRAW_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 4-year institution and withdrew within 2 years'},
'completion.title_iv.not_first_gen.transf_withdrawn_2yr_by.2yrs': {'source': 'NOT1STGEN_WDRAW_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 2-year institution and withdrew within 2 years'},
'completion.title_iv.not_first_gen.still_enrolled_by.2yrs': {'source': 'NOT1STGEN_ENRL_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who were still enrolled at original institution within 2 years'},
'completion.title_iv.not_first_gen.transf_still_enrolled_4yr_by.2yrs': {'source': 'NOT1STGEN_ENRL_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 4-year institution and were still enrolled within 2 years'},
'completion.title_iv.not_first_gen.transf_still_enrolled_2yr_by.2yrs': {'source': 'NOT1STGEN_ENRL_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 2-year institution and were still enrolled within 2 years'},
'completion.title_iv.not_first_gen.unknown_by.2yrs': {'source': 'NOT1STGEN_UNKN_ORIG_YR2_RT',
'type': 'float',
'description': 'Percent of not-first-generation students with status unknown within 2 years at original institution'},
'completion.title_iv.not_first_gen.transf_unknown_4yr_by.2yrs': {'source': 'NOT1STGEN_UNKN_4YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 4-year institution and whose status is unknown within 2 years'},
'completion.title_iv.not_first_gen.transf_unknown_2yr_by.2yrs': {'source': 'NOT1STGEN_UNKN_2YR_TRANS_YR2_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 2-year institution and whose status is unknown within 2 years'},
'completion.title_iv.died_by.3yrs': {'source': 'DEATH_YR3_RT',
'type': 'float',
'description': 'Percent died within 3 years at original institution'},
'completion.title_iv.completed_by.3yrs': {'source': 'COMP_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent completed within 3 years at original institution'},
'completion.title_iv.transf_completed_4yr_by.3yrs': {'source': 'COMP_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent who transferred to a 4-year institution and completed within 3 years'},
'completion.title_iv.transf_completed_2yr_by.3yrs': {'source': 'COMP_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent who transferred to a 2-year institution and completed within 3 years'},
'completion.title_iv.withdrawn_by.3yrs': {'source': 'WDRAW_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent withdrawn from original institution within 3 years'},
'completion.title_iv.transf_withdrawn_4yr_by.3yrs': {'source': 'WDRAW_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent who transferred to a 4-year institution and withdrew within 3 years'},
'completion.title_iv.transf_withdrawn_2yr_by.3yrs': {'source': 'WDRAW_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent who transferred to a 2-year institution and withdrew within 3 years'},
'completion.title_iv.still_enrolled_by.3yrs': {'source': 'ENRL_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent still enrolled at original institution within 3 years'},
'completion.title_iv.transf_still_enrolled_4yr_by.3yrs': {'source': 'ENRL_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent who transferred to a 4-year institution and were still enrolled within 3 years'},
'completion.title_iv.transf_still_enrolled_2yr_by.3yrs': {'source': 'ENRL_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent who transferred to a 2-year institution and were still enrolled within 3 years'},
'completion.title_iv.unknown_by.3yrs': {'source': 'UNKN_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent with status unknown within 3 years at original institution'},
'completion.title_iv.transf_unknown_4yr_by.3yrs': {'source': 'UNKN_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent who transferred to a 4-year institution and whose status is unknown within 3 years'},
'completion.title_iv.transf_unknown_2yr_by.3yrs': {'source': 'UNKN_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent who transferred to a 2-year institution and whose status is unknown within 3 years'},
'completion.title_iv.low_inc.died_by.3yrs': {'source': 'LO_INC_DEATH_YR3_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who died within 3 years at original institution'},
'completion.title_iv.low_inc.completed_by.3yrs': {'source': 'LO_INC_COMP_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who completed within 3 years at original institution'},
'completion.title_iv.low_inc.transf_completed_4yr_by.3yrs': {'source': 'LO_INC_COMP_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 4-year institution and completed within 3 years'},
'completion.title_iv.low_inc.transf_completed_2yr_by.3yrs': {'source': 'LO_INC_COMP_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 2-year institution and completed within 3 years'},
'completion.title_iv.low_inc.withdrawn_by.3yrs': {'source': 'LO_INC_WDRAW_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students withdrawn from original institution within 3 years'},
'completion.title_iv.low_inc.transf_withdrawn_4yr_by.3yrs': {'source': 'LO_INC_WDRAW_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 4-year institution and withdrew within 3 years'},
'completion.title_iv.low_inc.transf_withdrawn_2yr_by.3yrs': {'source': 'LO_INC_WDRAW_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 2-year institution and withdrew within 3 years'},
'completion.title_iv.low_inc.still_enrolled_by.3yrs': {'source': 'LO_INC_ENRL_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who were still enrolled at original institution within 3 years'},
'completion.title_iv.low_inc.transf_still_enrolled_4yr_by.3yrs': {'source': 'LO_INC_ENRL_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 4-year institution and were still enrolled within 3 years'},
'completion.title_iv.low_inc.transf_still_enrolled_2yr_by.3yrs': {'source': 'LO_INC_ENRL_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 2-year institution and were still enrolled within 3 years'},
'completion.title_iv.low_inc.unknown_by.3yrs': {'source': 'LO_INC_UNKN_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students with status unknown within 3 years at original institution'},
'completion.title_iv.low_inc.transf_unknown_4yr_by.3yrs': {'source': 'LO_INC_UNKN_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 4-year institution and whose status is unknown within 3 years'},
'completion.title_iv.low_inc.transf_unknown_2yr_by.3yrs': {'source': 'LO_INC_UNKN_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 2-year institution and whose status is unknown within 3 years'},
'completion.title_iv.mid_inc.died_by.3yrs': {'source': 'MD_INC_DEATH_YR3_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who died within 3 years at original institution'},
'completion.title_iv.mid_inc.completed_by.3yrs': {'source': 'MD_INC_COMP_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who completed within 3 years at original institution'},
'completion.title_iv.mid_inc.transf_completed_4yr_by.3yrs': {'source': 'MD_INC_COMP_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 4-year institution and completed within 3 years'},
'completion.title_iv.mid_inc.transf_completed_2yr_by.3yrs': {'source': 'MD_INC_COMP_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 2-year institution and completed within 3 years'},
'completion.title_iv.mid_inc.withdrawn_by.3yrs': {'source': 'MD_INC_WDRAW_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students withdrawn from original institution within 3 years'},
'completion.title_iv.mid_inc.transf_withdrawn_4yr_by.3yrs': {'source': 'MD_INC_WDRAW_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 4-year institution and withdrew within 3 years'},
'completion.title_iv.mid_inc.transf_withdrawn_2yr_by.3yrs': {'source': 'MD_INC_WDRAW_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 2-year institution and withdrew within 3 years'},
'completion.title_iv.mid_inc.still_enrolled_by.3yrs': {'source': 'MD_INC_ENRL_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who were still enrolled at original institution within 3 years'},
'completion.title_iv.mid_inc.transf_still_enrolled_4yr_by.3yrs': {'source': 'MD_INC_ENRL_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 4-year institution and were still enrolled within 3 years'},
'completion.title_iv.mid_inc.transf_still_enrolled_2yr_by.3yrs': {'source': 'MD_INC_ENRL_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 2-year institution and were still enrolled within 3 years'},
'completion.title_iv.mid_inc.unknown_by.3yrs': {'source': 'MD_INC_UNKN_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students with status unknown within 3 years at original institution'},
'completion.title_iv.mid_inc.transf_unknown_4yr_by.3yrs': {'source': 'MD_INC_UNKN_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 4-year institution and whose status is unknown within 3 years'},
'completion.title_iv.mid_inc.transf_unknown_2yr_by.3yrs': {'source': 'MD_INC_UNKN_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 2-year institution and whose status is unknown within 3 years'},
'completion.title_iv.high_inc.died_by.3yrs': {'source': 'HI_INC_DEATH_YR3_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who died within 3 years at original institution'},
'completion.title_iv.high_inc.completed_by.3yrs': {'source': 'HI_INC_COMP_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who completed within 3 years at original institution'},
'completion.title_iv.high_inc.transf_completed_4yr_by.3yrs': {'source': 'HI_INC_COMP_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 4-year institution and completed within 3 years'},
'completion.title_iv.high_inc.transf_completed_2yr_by.3yrs': {'source': 'HI_INC_COMP_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 2-year institution and completed within 3 years'},
'completion.title_iv.high_inc.withdrawn_by.3yrs': {'source': 'HI_INC_WDRAW_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students withdrawn from original institution within 3 years'},
'completion.title_iv.high_inc.transf_withdrawn_4yr_by.3yrs': {'source': 'HI_INC_WDRAW_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 4-year institution and withdrew within 3 years'},
'completion.title_iv.high_inc.transf_withdrawn_2yr_by.3yrs': {'source': 'HI_INC_WDRAW_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 2-year institution and withdrew within 3 years'},
'completion.title_iv.high_inc.still_enrolled_by.3yrs': {'source': 'HI_INC_ENRL_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who were still enrolled at original institution within 3 years'},
'completion.title_iv.high_inc.transf_still_enrolled_4yr_by.3yrs': {'source': 'HI_INC_ENRL_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 4-year institution and were still enrolled within 3 years'},
'completion.title_iv.high_inc.transf_still_enrolled_2yr_by.3yrs': {'source': 'HI_INC_ENRL_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 2-year institution and were still enrolled within 3 years'},
'completion.title_iv.high_inc.unknown_by.3yrs': {'source': 'HI_INC_UNKN_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students with status unknown within 3 years at original institution'},
'completion.title_iv.high_inc.transf_unknown_4yr_by.3yrs': {'source': 'HI_INC_UNKN_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 4-year institution and whose status is unknown within 3 years'},
'completion.title_iv.high_inc.transf_unknown_2yr_by.3yrs': {'source': 'HI_INC_UNKN_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 2-year institution and whose status is unknown within 3 years'},
'completion.title_iv.depend.died_by.3yrs': {'source': 'DEP_DEATH_YR3_RT',
'type': 'float',
'description': 'Percent of dependent students who died within 3 years at original institution'},
'completion.title_iv.depend.completed_by.3yrs': {'source': 'DEP_COMP_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of dependent students who completed within 3 years at original institution'},
'completion.title_iv.depend.transf_completed_4yr_by.3yrs': {'source': 'DEP_COMP_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 4-year institution and completed within 3 years'},
'completion.title_iv.depend.transf_completed_2yr_by.3yrs': {'source': 'DEP_COMP_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 2-year institution and completed within 3 years'},
'completion.title_iv.depend.withdrawn_by.3yrs': {'source': 'DEP_WDRAW_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of dependent students withdrawn from original institution within 3 years'},
'completion.title_iv.depend.transf_withdrawn_4yr_by.3yrs': {'source': 'DEP_WDRAW_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 4-year institution and withdrew within 3 years'},
'completion.title_iv.depend.transf_withdrawn_2yr_by.3yrs': {'source': 'DEP_WDRAW_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 2-year institution and withdrew within 3 years'},
'completion.title_iv.depend.still_enrolled_by.3yrs': {'source': 'DEP_ENRL_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of dependent students who were still enrolled at original institution within 3 years'},
'completion.title_iv.depend.transf_still_enrolled_4yr_by.3yrs': {'source': 'DEP_ENRL_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 4-year institution and were still enrolled within 3 years'},
'completion.title_iv.depend.transf_still_enrolled_2yr_by.3yrs': {'source': 'DEP_ENRL_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 2-year institution and were still enrolled within 3 years'},
'completion.title_iv.depend.unknown_by.3yrs': {'source': 'DEP_UNKN_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of dependent students with status unknown within 3 years at original institution'},
'completion.title_iv.depend.transf_unknown_4yr_by.3yrs': {'source': 'DEP_UNKN_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 4-year institution and whose status is unknown within 3 years'},
'completion.title_iv.depend.transf_unknown_2yr_by.3yrs': {'source': 'DEP_UNKN_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 2-year institution and whose status is unknown within 3 years'},
'completion.title_iv.independ.died_by.3yrs': {'source': 'IND_DEATH_YR3_RT',
'type': 'float',
'description': 'Percent of independent students who died within 3 years at original institution'},
'completion.title_iv.independ.completed_by.3yrs': {'source': 'IND_COMP_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of independent students who completed within 3 years at original institution'},
'completion.title_iv.independ.transf_completed_4yr_by.3yrs': {'source': 'IND_COMP_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 4-year institution and completed within 3 years'},
'completion.title_iv.independ.transf_completed_2yr_by.3yrs': {'source': 'IND_COMP_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 2-year institution and completed within 3 years'},
'completion.title_iv.independ.withdrawn_by.3yrs': {'source': 'IND_WDRAW_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of independent students withdrawn from original institution within 3 years'},
'completion.title_iv.independ.transf_withdrawn_4yr_by.3yrs': {'source': 'IND_WDRAW_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 4-year institution and withdrew within 3 years'},
'completion.title_iv.independ.transf_withdrawn_2yr_by.3yrs': {'source': 'IND_WDRAW_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 2-year institution and withdrew within 3 years'},
'completion.title_iv.independ.still_enrolled_by.3yrs': {'source': 'IND_ENRL_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of independent students who were still enrolled at original institution within 3 years'},
'completion.title_iv.independ.transf_still_enrolled_4yr_by.3yrs': {'source': 'IND_ENRL_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 4-year institution and were still enrolled within 3 years'},
'completion.title_iv.independ.transf_still_enrolled_2yr_by.3yrs': {'source': 'IND_ENRL_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 2-year institution and were still enrolled within 3 years'},
'completion.title_iv.independ.unknown_by.3yrs': {'source': 'IND_UNKN_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of independent students with status unknown within 3 years at original institution'},
'completion.title_iv.independ.transf_unknown_4yr_by.3yrs': {'source': 'IND_UNKN_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 4-year institution and whose status is unknown within 3 years'},
'completion.title_iv.independ.transf_unknown_2yr_by.3yrs': {'source': 'IND_UNKN_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 2-year institution and whose status is unknown within 3 years'},
'completion.title_iv.female.died_by.3yrs': {'source': 'FEMALE_DEATH_YR3_RT',
'type': 'float',
'description': 'Percent of female students who died within 3 years at original institution'},
'completion.title_iv.female.completed_by.3yrs': {'source': 'FEMALE_COMP_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of female students who completed within 3 years at original institution'},
'completion.title_iv.female.transf_completed_4yr_by.3yrs': {'source': 'FEMALE_COMP_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 4-year institution and completed within 3 years'},
'completion.title_iv.female.transf_completed_2yr_by.3yrs': {'source': 'FEMALE_COMP_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 2-year institution and completed within 3 years'},
'completion.title_iv.female.withdrawn_by.3yrs': {'source': 'FEMALE_WDRAW_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of female students withdrawn from original institution within 3 years'},
'completion.title_iv.female.transf_withdrawn_4yr_by.3yrs': {'source': 'FEMALE_WDRAW_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 4-year institution and withdrew within 3 years'},
'completion.title_iv.female.transf_withdrawn_2yr_by.3yrs': {'source': 'FEMALE_WDRAW_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 2-year institution and withdrew within 3 years'},
'completion.title_iv.female.still_enrolled_by.3yrs': {'source': 'FEMALE_ENRL_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of female students who were still enrolled at original institution within 3 years'},
'completion.title_iv.female.transf_still_enrolled_4yr_by.3yrs': {'source': 'FEMALE_ENRL_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 4-year institution and were still enrolled within 3 years'},
'completion.title_iv.female.transf_still_enrolled_2yr_by.3yrs': {'source': 'FEMALE_ENRL_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 2-year institution and were still enrolled within 3 years'},
'completion.title_iv.female.unknown_by.3yrs': {'source': 'FEMALE_UNKN_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of female students with status unknown within 3 years at original institution'},
'completion.title_iv.female.transf_unknown_4yr_by.3yrs': {'source': 'FEMALE_UNKN_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 4-year institution and whose status is unknown within 3 years'},
'completion.title_iv.female.transf_unknown_2yr_by.3yrs': {'source': 'FEMALE_UNKN_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 2-year institution and whose status is unknown within 3 years'},
'completion.title_iv.male.died_by.3yrs': {'source': 'MALE_DEATH_YR3_RT',
'type': 'float',
'description': 'Percent of male students who died within 3 years at original institution'},
'completion.title_iv.male.completed_by.3yrs': {'source': 'MALE_COMP_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of male students who completed within 3 years at original institution'},
'completion.title_iv.male.transf_completed_4yr_by.3yrs': {'source': 'MALE_COMP_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 4-year institution and completed within 3 years'},
'completion.title_iv.male.transf_completed_2yr_by.3yrs': {'source': 'MALE_COMP_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 2-year institution and completed within 3 years'},
'completion.title_iv.male.withdrawn_by.3yrs': {'source': 'MALE_WDRAW_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of male students withdrawn from original institution within 3 years'},
'completion.title_iv.male.transf_withdrawn_4yr_by.3yrs': {'source': 'MALE_WDRAW_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 4-year institution and withdrew within 3 years'},
'completion.title_iv.male.transf_withdrawn_2yr_by.3yrs': {'source': 'MALE_WDRAW_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 2-year institution and withdrew within 3 years'},
'completion.title_iv.male.still_enrolled_by.3yrs': {'source': 'MALE_ENRL_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of male students who were still enrolled at original institution within 3 years'},
'completion.title_iv.male.transf_still_enrolled_4yr_by.3yrs': {'source': 'MALE_ENRL_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 4-year institution and were still enrolled within 3 years'},
'completion.title_iv.male.transf_still_enrolled_2yr_by.3yrs': {'source': 'MALE_ENRL_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 2-year institution and were still enrolled within 3 years'},
'completion.title_iv.male.unknown_by.3yrs': {'source': 'MALE_UNKN_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of male students with status unknown within 3 years at original institution'},
'completion.title_iv.male.transf_unknown_4yr_by.3yrs': {'source': 'MALE_UNKN_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 4-year institution and whose status is unknown within 3 years'},
'completion.title_iv.male.transf_unknown_2yr_by.3yrs': {'source': 'MALE_UNKN_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 2-year institution and whose status is unknown within 3 years'},
'completion.title_iv.pell_recip.died_by.3yrs': {'source': 'PELL_DEATH_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who died within 3 years at original institution'},
'completion.title_iv.pell_recip.completed_by.3yrs': {'source': 'PELL_COMP_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who completed in 3 years at original institution'},
'completion.title_iv.pell_recip.transf_completed_4yr_by.3yrs': {'source': 'PELL_COMP_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 4-year institution and completed within 3 years'},
'completion.title_iv.pell_recip.transf_completed_2yr_by.3yrs': {'source': 'PELL_COMP_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 2-year institution and completed within 3 years'},
'completion.title_iv.pell_recip.withdrawn_by.3yrs': {'source': 'PELL_WDRAW_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and withdrew from original institution within 3 years'},
'completion.title_iv.pell_recip.transf_withdrawn_4yr_by.3yrs': {'source': 'PELL_WDRAW_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 4-year institution and withdrew within 3 years'},
'completion.title_iv.pell_recip.transf_withdrawn_2yr_by.3yrs': {'source': 'PELL_WDRAW_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 2-year institution and withdrew within 3 years'},
'completion.title_iv.pell_recip.still_enrolled_by.3yrs': {'source': 'PELL_ENRL_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who were still enrolled at original institution within 3 years'},
'completion.title_iv.pell_recip.transf_still_enrolled_4yr_by.3yrs': {'source': 'PELL_ENRL_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 4-year institution and were still enrolled within 3 years'},
'completion.title_iv.pell_recip.transf_still_enrolled_2yr_by.3yrs': {'source': 'PELL_ENRL_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 2-year institution and were still enrolled within 3 years'},
'completion.title_iv.pell_recip.unknown_by.3yrs': {'source': 'PELL_UNKN_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and with status unknown within 3 years at original institution'},
'completion.title_iv.pell_recip.transf_unknown_4yr_by.3yrs': {'source': 'PELL_UNKN_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 4-year institution and whose status is unknown within 3 years'},
'completion.title_iv.pell_recip.transf_unknown_2yr_by.3yrs': {'source': 'PELL_UNKN_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 2-year institution and whose status is unknown within 3 years'},
'completion.title_iv.no_pell.died_by.3yrs': {'source': 'NOPELL_DEATH_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who died within 3 years at original institution'},
'completion.title_iv.no_pell.completed_by.3yrs': {'source': 'NOPELL_COMP_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who completed in 3 years at original institution'},
'completion.title_iv.no_pell.transf_completed_4yr_by.3yrs': {'source': 'NOPELL_COMP_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 4-year institution and completed within 3 years'},
'completion.title_iv.no_pell.transf_completed_2yr_by.3yrs': {'source': 'NOPELL_COMP_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 2-year institution and completed within 3 years'},
'completion.title_iv.no_pell.withdrawn_by.3yrs': {'source': 'NOPELL_WDRAW_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and withdrew from original institution within 3 years'},
'completion.title_iv.no_pell.transf_withdrawn_4yr_by.3yrs': {'source': 'NOPELL_WDRAW_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 4-year institution and withdrew within 3 years'},
'completion.title_iv.no_pell.transf_withdrawn_2yr_by.3yrs': {'source': 'NOPELL_WDRAW_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 2-year institution and withdrew within 3 years'},
'completion.title_iv.no_pell.still_enrolled_by.3yrs': {'source': 'NOPELL_ENRL_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who were still enrolled at original institution within 3 years'},
'completion.title_iv.no_pell.transf_still_enrolled_4yr_by.3yrs': {'source': 'NOPELL_ENRL_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 4-year institution and were still enrolled within 3 years'},
'completion.title_iv.no_pell.transf_still_enrolled_2yr_by.3yrs': {'source': 'NOPELL_ENRL_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 2-year institution and were still enrolled within 3 years'},
'completion.title_iv.no_pell.unknown_by.3yrs': {'source': 'NOPELL_UNKN_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and with status unknown within 3 years at original institution'},
'completion.title_iv.no_pell.transf_unknown_4yr_by.3yrs': {'source': 'NOPELL_UNKN_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 4-year institution and whose status is unknown within 3 years'},
'completion.title_iv.no_pell.transf_unknown_2yr_by.3yrs': {'source': 'NOPELL_UNKN_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 2-year institution and whose status is unknown within 3 years'},
'completion.title_iv.loan_recip.died_by.3yrs': {'source': 'LOAN_DEATH_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who died within 3 years at original institution'},
'completion.title_iv.loan_recip.completed_by.3yrs': {'source': 'LOAN_COMP_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who completed in 3 years at original institution'},
'completion.title_iv.loan_recip.transf_completed_4yr_by.3yrs': {'source': 'LOAN_COMP_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 4-year institution and completed within 3 years'},
'completion.title_iv.loan_recip.transf_completed_2yr_by.3yrs': {'source': 'LOAN_COMP_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 2-year institution and completed within 3 years'},
'completion.title_iv.loan_recip.withdrawn_by.3yrs': {'source': 'LOAN_WDRAW_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and withdrew from original institution within 3 years'},
'completion.title_iv.loan_recip.transf_withdrawn_4yr_by.3yrs': {'source': 'LOAN_WDRAW_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 4-year institution and withdrew within 3 years'},
'completion.title_iv.loan_recip.transf_withdrawn_2yr_by.3yrs': {'source': 'LOAN_WDRAW_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 2-year institution and withdrew within 3 years'},
'completion.title_iv.loan_recip.still_enrolled_by.3yrs': {'source': 'LOAN_ENRL_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who were still enrolled at original institution within 3 years'},
'completion.title_iv.loan_recip.transf_still_enrolled_4yr_by.3yrs': {'source': 'LOAN_ENRL_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 4-year institution and were still enrolled within 3 years'},
'completion.title_iv.loan_recip.transf_still_enrolled_2yr_by.3yrs': {'source': 'LOAN_ENRL_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 2-year institution and were still enrolled within 3 years'},
'completion.title_iv.loan_recip.unknown_by.3yrs': {'source': 'LOAN_UNKN_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and with status unknown within 3 years at original institution'},
'completion.title_iv.loan_recip.transf_unknown_4yr_by.3yrs': {'source': 'LOAN_UNKN_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 4-year institution and whose status is unknown within 3 years'},
'completion.title_iv.loan_recip.transf_unknown_2yr_by.3yrs': {'source': 'LOAN_UNKN_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 2-year institution and whose status is unknown within 3 years'},
'completion.title_iv.no_loan.died_by.3yrs': {'source': 'NOLOAN_DEATH_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who died within 3 years at original institution'},
'completion.title_iv.no_loan.completed_by.3yrs': {'source': 'NOLOAN_COMP_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who completed in 3 years at original institution'},
'completion.title_iv.no_loan.transf_completed_4yr_by.3yrs': {'source': 'NOLOAN_COMP_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 4-year institution and completed within 3 years'},
'completion.title_iv.no_loan.transf_completed_2yr_by.3yrs': {'source': 'NOLOAN_COMP_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 2-year institution and completed within 3 years'},
'completion.title_iv.no_loan.withdrawn_by.3yrs': {'source': 'NOLOAN_WDRAW_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and withdrew from original institution within 3 years'},
'completion.title_iv.no_loan.transf_withdrawn_4yr_by.3yrs': {'source': 'NOLOAN_WDRAW_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 4-year institution and withdrew within 3 years'},
'completion.title_iv.no_loan.transf_withdrawn_2yr_by.3yrs': {'source': 'NOLOAN_WDRAW_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 2-year institution and withdrew within 3 years'},
'completion.title_iv.no_loan.still_enrolled_by.3yrs': {'source': 'NOLOAN_ENRL_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who were still enrolled at original institution within 3 years'},
'completion.title_iv.no_loan.transf_still_enrolled_4yr_by.3yrs': {'source': 'NOLOAN_ENRL_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 4-year institution and were still enrolled within 3 years'},
'completion.title_iv.no_loan.transf_still_enrolled_2yr_by.3yrs': {'source': 'NOLOAN_ENRL_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 2-year institution and were still enrolled within 3 years'},
'completion.title_iv.no_loan.unknown_by.3yrs': {'source': 'NOLOAN_UNKN_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and with status unknown within 3 years at original institution'},
'completion.title_iv.no_loan.transf_unknown_4yr_by.3yrs': {'source': 'NOLOAN_UNKN_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 4-year institution and whose status is unknown within 3 years'},
'completion.title_iv.no_loan.transf_unknown_2yr_by.3yrs': {'source': 'NOLOAN_UNKN_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 2-year institution and whose status is unknown within 3 years'},
'completion.title_iv.first_gen.died_by.3yrs': {'source': 'FIRSTGEN_DEATH_YR3_RT',
'type': 'float',
'description': 'Percent of first-generation students who died within 3 years at original institution'},
'completion.title_iv.first_gen.completed_by.3yrs': {'source': 'FIRSTGEN_COMP_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of first-generation students who completed within 3 years at original institution'},
'completion.title_iv.first_gen.transf_completed_4yr_by.3yrs': {'source': 'FIRSTGEN_COMP_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 4-year institution and completed within 3 years'},
'completion.title_iv.first_gen.transf_completed_2yr_by.3yrs': {'source': 'FIRSTGEN_COMP_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 2-year institution and completed within 3 years'},
'completion.title_iv.first_gen.withdrawn_by.3yrs': {'source': 'FIRSTGEN_WDRAW_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of first-generation students withdrawn from original institution within 3 years'},
'completion.title_iv.first_gen.transf_withdrawn_4yr_by.3yrs': {'source': 'FIRSTGEN_WDRAW_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 4-year institution and withdrew within 3 years'},
'completion.title_iv.first_gen.transf_withdrawn_2yr_by.3yrs': {'source': 'FIRSTGEN_WDRAW_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 2-year institution and withdrew within 3 years'},
'completion.title_iv.first_gen.still_enrolled_by.3yrs': {'source': 'FIRSTGEN_ENRL_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of first-generation students who were still enrolled at original institution within 3 years'},
'completion.title_iv.first_gen.transf_still_enrolled_4yr_by.3yrs': {'source': 'FIRSTGEN_ENRL_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 4-year institution and were still enrolled within 3 years'},
'completion.title_iv.first_gen.transf_still_enrolled_2yr_by.3yrs': {'source': 'FIRSTGEN_ENRL_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 2-year institution and were still enrolled within 3 years'},
'completion.title_iv.first_gen.unknown_by.3yrs': {'source': 'FIRSTGEN_UNKN_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of first-generation students with status unknown within 3 years at original institution'},
'completion.title_iv.first_gen.transf_unknown_4yr_by.3yrs': {'source': 'FIRSTGEN_UNKN_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 4-year institution and whose status is unknown within 3 years'},
'completion.title_iv.first_gen.transf_unknown_2yr_by.3yrs': {'source': 'FIRSTGEN_UNKN_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 2-year institution and whose status is unknown within 3 years'},
'completion.title_iv.not_first_gen.died_by.3yrs': {'source': 'NOT1STGEN_DEATH_YR3_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who died within 3 years at original institution'},
'completion.title_iv.not_first_gen.completed_by.3yrs': {'source': 'NOT1STGEN_COMP_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who completed within 3 years at original institution'},
'completion.title_iv.not_first_gen.transf_completed_4yr_by.3yrs': {'source': 'NOT1STGEN_COMP_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 4-year institution and completed within 3 years'},
'completion.title_iv.not_first_gen.transf_completed_2yr_by.3yrs': {'source': 'NOT1STGEN_COMP_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 2-year institution and completed within 3 years'},
'completion.title_iv.not_first_gen.withdrawn_by.3yrs': {'source': 'NOT1STGEN_WDRAW_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of not-first-generation students withdrawn from original institution within 3 years'},
'completion.title_iv.not_first_gen.transf_withdrawn_4yr_by.3yrs': {'source': 'NOT1STGEN_WDRAW_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 4-year institution and withdrew within 3 years'},
'completion.title_iv.not_first_gen.transf_withdrawn_2yr_by.3yrs': {'source': 'NOT1STGEN_WDRAW_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 2-year institution and withdrew within 3 years'},
'completion.title_iv.not_first_gen.still_enrolled_by.3yrs': {'source': 'NOT1STGEN_ENRL_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who were still enrolled at original institution within 3 years'},
'completion.title_iv.not_first_gen.transf_still_enrolled_4yr_by.3yrs': {'source': 'NOT1STGEN_ENRL_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 4-year institution and were still enrolled within 3 years'},
'completion.title_iv.not_first_gen.transf_still_enrolled_2yr_by.3yrs': {'source': 'NOT1STGEN_ENRL_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 2-year institution and were still enrolled within 3 years'},
'completion.title_iv.not_first_gen.unknown_by.3yrs': {'source': 'NOT1STGEN_UNKN_ORIG_YR3_RT',
'type': 'float',
'description': 'Percent of not-first-generation students with status unknown within 3 years at original institution'},
'completion.title_iv.not_first_gen.transf_unknown_4yr_by.3yrs': {'source': 'NOT1STGEN_UNKN_4YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 4-year institution and whose status is unknown within 3 years'},
'completion.title_iv.not_first_gen.transf_unknown_2yr_by.3yrs': {'source': 'NOT1STGEN_UNKN_2YR_TRANS_YR3_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 2-year institution and whose status is unknown within 3 years'},
'completion.title_iv.died_by.4yrs': {'source': 'DEATH_YR4_RT',
'type': 'float',
'description': 'Percent died within 4 years at original institution'},
'completion.title_iv.completed_by.4yrs': {'source': 'COMP_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent completed within 4 years at original institution'},
'completion.title_iv.transf_completed_4yr_by.4yrs': {'source': 'COMP_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent who transferred to a 4-year institution and completed within 4 years'},
'completion.title_iv.transf_completed_2yr_by.4yrs': {'source': 'COMP_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent who transferred to a 2-year institution and completed within 4 years'},
'completion.title_iv.withdrawn_by.4yrs': {'source': 'WDRAW_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent withdrawn from original institution within 4 years'},
'completion.title_iv.transf_withdrawn_4yr_by.4yrs': {'source': 'WDRAW_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent who transferred to a 4-year institution and withdrew within 4 years'},
'completion.title_iv.transf_withdrawn_2yr_by.4yrs': {'source': 'WDRAW_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent who transferred to a 2-year institution and withdrew within 4 years'},
'completion.title_iv.still_enrolled_by.4yrs': {'source': 'ENRL_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent still enrolled at original institution within 4 years'},
'completion.title_iv.transf_still_enrolled_4yr_by.4yrs': {'source': 'ENRL_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent who transferred to a 4-year institution and were still enrolled within 4 years'},
'completion.title_iv.transf_still_enrolled_2yr_by.4yrs': {'source': 'ENRL_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent who transferred to a 2-year institution and were still enrolled within 4 years'},
'completion.title_iv.unknown_by.4yrs': {'source': 'UNKN_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent with status unknown within 4 years at original institution'},
'completion.title_iv.transf_unknown_4yr_by.4yrs': {'source': 'UNKN_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent who transferred to a 4-year institution and whose status is unknown within 4 years'},
'completion.title_iv.transf_unknown_2yr_by.4yrs': {'source': 'UNKN_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent who transferred to a 2-year institution and whose status is unknown within 4 years'},
'completion.title_iv.low_inc.died_by.4yrs': {'source': 'LO_INC_DEATH_YR4_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who died within 4 years at original institution'},
'completion.title_iv.low_inc.completed_by.4yrs': {'source': 'LO_INC_COMP_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who completed within 4 years at original institution'},
'completion.title_iv.low_inc.transf_completed_4yr_by.4yrs': {'source': 'LO_INC_COMP_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 4-year institution and completed within 4 years'},
'completion.title_iv.low_inc.transf_completed_2yr_by.4yrs': {'source': 'LO_INC_COMP_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 2-year institution and completed within 4 years'},
'completion.title_iv.low_inc.withdrawn_by.4yrs': {'source': 'LO_INC_WDRAW_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students withdrawn from original institution within 4 years'},
'completion.title_iv.low_inc.transf_withdrawn_4yr_by.4yrs': {'source': 'LO_INC_WDRAW_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 4-year institution and withdrew within 4 years'},
'completion.title_iv.low_inc.transf_withdrawn_2yr_by.4yrs': {'source': 'LO_INC_WDRAW_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 2-year institution and withdrew within 4 years'},
'completion.title_iv.low_inc.still_enrolled_by.4yrs': {'source': 'LO_INC_ENRL_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who were still enrolled at original institution within 4 years'},
'completion.title_iv.low_inc.transf_still_enrolled_4yr_by.4yrs': {'source': 'LO_INC_ENRL_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 4-year institution and were still enrolled within 4 years'},
'completion.title_iv.low_inc.transf_still_enrolled_2yr_by.4yrs': {'source': 'LO_INC_ENRL_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 2-year institution and were still enrolled within 4 years'},
'completion.title_iv.low_inc.unknown_by.4yrs': {'source': 'LO_INC_UNKN_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students with status unknown within 4 years at original institution'},
'completion.title_iv.low_inc.transf_unknown_4yr_by.4yrs': {'source': 'LO_INC_UNKN_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 4-year institution and whose status is unknown within 4 years'},
'completion.title_iv.low_inc.transf_unknown_2yr_by.4yrs': {'source': 'LO_INC_UNKN_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of low-income (less than $30,000 in nominal family income) students who transferred to a 2-year institution and whose status is unknown within 4 years'},
'completion.title_iv.mid_inc.died_by.4yrs': {'source': 'MD_INC_DEATH_YR4_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who died within 4 years at original institution'},
'completion.title_iv.mid_inc.completed_by.4yrs': {'source': 'MD_INC_COMP_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who completed within 4 years at original institution'},
'completion.title_iv.mid_inc.transf_completed_4yr_by.4yrs': {'source': 'MD_INC_COMP_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 4-year institution and completed within 4 years'},
'completion.title_iv.mid_inc.transf_completed_2yr_by.4yrs': {'source': 'MD_INC_COMP_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 2-year institution and completed within 4 years'},
'completion.title_iv.mid_inc.withdrawn_by.4yrs': {'source': 'MD_INC_WDRAW_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students withdrawn from original institution within 4 years'},
'completion.title_iv.mid_inc.transf_withdrawn_4yr_by.4yrs': {'source': 'MD_INC_WDRAW_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 4-year institution and withdrew within 4 years'},
'completion.title_iv.mid_inc.transf_withdrawn_2yr_by.4yrs': {'source': 'MD_INC_WDRAW_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 2-year institution and withdrew within 4 years'},
'completion.title_iv.mid_inc.still_enrolled_by.4yrs': {'source': 'MD_INC_ENRL_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who were still enrolled at original institution within 4 years'},
'completion.title_iv.mid_inc.transf_still_enrolled_4yr_by.4yrs': {'source': 'MD_INC_ENRL_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 4-year institution and were still enrolled within 4 years'},
'completion.title_iv.mid_inc.transf_still_enrolled_2yr_by.4yrs': {'source': 'MD_INC_ENRL_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 2-year institution and were still enrolled within 4 years'},
'completion.title_iv.mid_inc.unknown_by.4yrs': {'source': 'MD_INC_UNKN_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students with status unknown within 4 years at original institution'},
'completion.title_iv.mid_inc.transf_unknown_4yr_by.4yrs': {'source': 'MD_INC_UNKN_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 4-year institution and whose status is unknown within 4 years'},
'completion.title_iv.mid_inc.transf_unknown_2yr_by.4yrs': {'source': 'MD_INC_UNKN_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of middle-income (between $30,000 and $75,000 in nominal family income) students who transferred to a 2-year institution and whose status is unknown within 4 years'},
'completion.title_iv.high_inc.died_by.4yrs': {'source': 'HI_INC_DEATH_YR4_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who died within 4 years at original institution'},
'completion.title_iv.high_inc.completed_by.4yrs': {'source': 'HI_INC_COMP_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who completed within 4 years at original institution'},
'completion.title_iv.high_inc.transf_completed_4yr_by.4yrs': {'source': 'HI_INC_COMP_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 4-year institution and completed within 4 years'},
'completion.title_iv.high_inc.transf_completed_2yr_by.4yrs': {'source': 'HI_INC_COMP_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 2-year institution and completed within 4 years'},
'completion.title_iv.high_inc.withdrawn_by.4yrs': {'source': 'HI_INC_WDRAW_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students withdrawn from original institution within 4 years'},
'completion.title_iv.high_inc.transf_withdrawn_4yr_by.4yrs': {'source': 'HI_INC_WDRAW_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 4-year institution and withdrew within 4 years'},
'completion.title_iv.high_inc.transf_withdrawn_2yr_by.4yrs': {'source': 'HI_INC_WDRAW_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 2-year institution and withdrew within 4 years'},
'completion.title_iv.high_inc.still_enrolled_by.4yrs': {'source': 'HI_INC_ENRL_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who were still enrolled at original institution within 4 years'},
'completion.title_iv.high_inc.transf_still_enrolled_4yr_by.4yrs': {'source': 'HI_INC_ENRL_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 4-year institution and were still enrolled within 4 years'},
'completion.title_iv.high_inc.transf_still_enrolled_2yr_by.4yrs': {'source': 'HI_INC_ENRL_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 2-year institution and were still enrolled within 4 years'},
'completion.title_iv.high_inc.unknown_by.4yrs': {'source': 'HI_INC_UNKN_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students with status unknown within 4 years at original institution'},
'completion.title_iv.high_inc.transf_unknown_4yr_by.4yrs': {'source': 'HI_INC_UNKN_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 4-year institution and whose status is unknown within 4 years'},
'completion.title_iv.high_inc.transf_unknown_2yr_by.4yrs': {'source': 'HI_INC_UNKN_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of high-income (above $75,000 in nominal family income) students who transferred to a 2-year institution and whose status is unknown within 4 years'},
'completion.title_iv.depend.died_by.4yrs': {'source': 'DEP_DEATH_YR4_RT',
'type': 'float',
'description': 'Percent of dependent students who died within 4 years at original institution'},
'completion.title_iv.depend.completed_by.4yrs': {'source': 'DEP_COMP_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of dependent students who completed within 4 years at original institution'},
'completion.title_iv.depend.transf_completed_4yr_by.4yrs': {'source': 'DEP_COMP_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 4-year institution and completed within 4 years'},
'completion.title_iv.depend.transf_completed_2yr_by.4yrs': {'source': 'DEP_COMP_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 2-year institution and completed within 4 years'},
'completion.title_iv.depend.withdrawn_by.4yrs': {'source': 'DEP_WDRAW_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of dependent students withdrawn from original institution within 4 years'},
'completion.title_iv.depend.transf_withdrawn_4yr_by.4yrs': {'source': 'DEP_WDRAW_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 4-year institution and withdrew within 4 years'},
'completion.title_iv.depend.transf_withdrawn_2yr_by.4yrs': {'source': 'DEP_WDRAW_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 2-year institution and withdrew within 4 years'},
'completion.title_iv.depend.still_enrolled_by.4yrs': {'source': 'DEP_ENRL_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of dependent students who were still enrolled at original institution within 4 years'},
'completion.title_iv.depend.transf_still_enrolled_4yr_by.4yrs': {'source': 'DEP_ENRL_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 4-year institution and were still enrolled within 4 years'},
'completion.title_iv.depend.transf_still_enrolled_2yr_by.4yrs': {'source': 'DEP_ENRL_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 2-year institution and were still enrolled within 4 years'},
'completion.title_iv.depend.unknown_by.4yrs': {'source': 'DEP_UNKN_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of dependent students with status unknown within 4 years at original institution'},
'completion.title_iv.depend.transf_unknown_4yr_by.4yrs': {'source': 'DEP_UNKN_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 4-year institution and whose status is unknown within 4 years'},
'completion.title_iv.depend.transf_unknown_2yr_by.4yrs': {'source': 'DEP_UNKN_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of dependent students who transferred to a 2-year institution and whose status is unknown within 4 years'},
'completion.title_iv.independ.died_by.4yrs': {'source': 'IND_DEATH_YR4_RT',
'type': 'float',
'description': 'Percent of independent students who died within 4 years at original institution'},
'completion.title_iv.independ.completed_by.4yrs': {'source': 'IND_COMP_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of independent students who completed within 4 years at original institution'},
'completion.title_iv.independ.transf_completed_4yr_by.4yrs': {'source': 'IND_COMP_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 4-year institution and completed within 4 years'},
'completion.title_iv.independ.transf_completed_2yr_by.4yrs': {'source': 'IND_COMP_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 2-year institution and completed within 4 years'},
'completion.title_iv.independ.withdrawn_by.4yrs': {'source': 'IND_WDRAW_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of independent students withdrawn from original institution within 4 years'},
'completion.title_iv.independ.transf_withdrawn_4yr_by.4yrs': {'source': 'IND_WDRAW_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 4-year institution and withdrew within 4 years'},
'completion.title_iv.independ.transf_withdrawn_2yr_by.4yrs': {'source': 'IND_WDRAW_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 2-year institution and withdrew within 4 years'},
'completion.title_iv.independ.still_enrolled_by.4yrs': {'source': 'IND_ENRL_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of independent students who were still enrolled at original institution within 4 years'},
'completion.title_iv.independ.transf_still_enrolled_4yr_by.4yrs': {'source': 'IND_ENRL_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 4-year institution and were still enrolled within 4 years'},
'completion.title_iv.independ.transf_still_enrolled_2yr_by.4yrs': {'source': 'IND_ENRL_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 2-year institution and were still enrolled within 4 years'},
'completion.title_iv.independ.unknown_by.4yrs': {'source': 'IND_UNKN_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of independent students with status unknown within 4 years at original institution'},
'completion.title_iv.independ.transf_unknown_4yr_by.4yrs': {'source': 'IND_UNKN_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 4-year institution and whose status is unknown within 4 years'},
'completion.title_iv.independ.transf_unknown_2yr_by.4yrs': {'source': 'IND_UNKN_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of independent students who transferred to a 2-year institution and whose status is unknown within 4 years'},
'completion.title_iv.female.died_by.4yrs': {'source': 'FEMALE_DEATH_YR4_RT',
'type': 'float',
'description': 'Percent of female students who died within 4 years at original institution'},
'completion.title_iv.female.completed_by.4yrs': {'source': 'FEMALE_COMP_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of female students who completed within 4 years at original institution'},
'completion.title_iv.female.transf_completed_4yr_by.4yrs': {'source': 'FEMALE_COMP_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 4-year institution and completed within 4 years'},
'completion.title_iv.female.transf_completed_2yr_by.4yrs': {'source': 'FEMALE_COMP_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 2-year institution and completed within 4 years'},
'completion.title_iv.female.withdrawn_by.4yrs': {'source': 'FEMALE_WDRAW_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of female students withdrawn from original institution within 4 years'},
'completion.title_iv.female.transf_withdrawn_4yr_by.4yrs': {'source': 'FEMALE_WDRAW_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 4-year institution and withdrew within 4 years'},
'completion.title_iv.female.transf_withdrawn_2yr_by.4yrs': {'source': 'FEMALE_WDRAW_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 2-year institution and withdrew within 4 years'},
'completion.title_iv.female.still_enrolled_by.4yrs': {'source': 'FEMALE_ENRL_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of female students who were still enrolled at original institution within 4 years'},
'completion.title_iv.female.transf_still_enrolled_4yr_by.4yrs': {'source': 'FEMALE_ENRL_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 4-year institution and were still enrolled within 4 years'},
'completion.title_iv.female.transf_still_enrolled_2yr_by.4yrs': {'source': 'FEMALE_ENRL_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 2-year institution and were still enrolled within 4 years'},
'completion.title_iv.female.unknown_by.4yrs': {'source': 'FEMALE_UNKN_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of female students with status unknown within 4 years at original institution'},
'completion.title_iv.female.transf_unknown_4yr_by.4yrs': {'source': 'FEMALE_UNKN_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 4-year institution and whose status is unknown within 4 years'},
'completion.title_iv.female.transf_unknown_2yr_by.4yrs': {'source': 'FEMALE_UNKN_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of female students who transferred to a 2-year institution and whose status is unknown within 4 years'},
'completion.title_iv.male.died_by.4yrs': {'source': 'MALE_DEATH_YR4_RT',
'type': 'float',
'description': 'Percent of male students who died within 4 years at original institution'},
'completion.title_iv.male.completed_by.4yrs': {'source': 'MALE_COMP_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of male students who completed within 4 years at original institution'},
'completion.title_iv.male.transf_completed_4yr_by.4yrs': {'source': 'MALE_COMP_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 4-year institution and completed within 4 years'},
'completion.title_iv.male.transf_completed_2yr_by.4yrs': {'source': 'MALE_COMP_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 2-year institution and completed within 4 years'},
'completion.title_iv.male.withdrawn_by.4yrs': {'source': 'MALE_WDRAW_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of male students withdrawn from original institution within 4 years'},
'completion.title_iv.male.transf_withdrawn_4yr_by.4yrs': {'source': 'MALE_WDRAW_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 4-year institution and withdrew within 4 years'},
'completion.title_iv.male.transf_withdrawn_2yr_by.4yrs': {'source': 'MALE_WDRAW_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 2-year institution and withdrew within 4 years'},
'completion.title_iv.male.still_enrolled_by.4yrs': {'source': 'MALE_ENRL_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of male students who were still enrolled at original institution within 4 years'},
'completion.title_iv.male.transf_still_enrolled_4yr_by.4yrs': {'source': 'MALE_ENRL_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 4-year institution and were still enrolled within 4 years'},
'completion.title_iv.male.transf_still_enrolled_2yr_by.4yrs': {'source': 'MALE_ENRL_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 2-year institution and were still enrolled within 4 years'},
'completion.title_iv.male.unknown_by.4yrs': {'source': 'MALE_UNKN_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of male students with status unknown within 4 years at original institution'},
'completion.title_iv.male.transf_unknown_4yr_by.4yrs': {'source': 'MALE_UNKN_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 4-year institution and whose status is unknown within 4 years'},
'completion.title_iv.male.transf_unknown_2yr_by.4yrs': {'source': 'MALE_UNKN_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of male students who transferred to a 2-year institution and whose status is unknown within 4 years'},
'completion.title_iv.pell_recip.died_by.4yrs': {'source': 'PELL_DEATH_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who died within 4 years at original institution'},
'completion.title_iv.pell_recip.completed_by.4yrs': {'source': 'PELL_COMP_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who completed in 4 years at original institution'},
'completion.title_iv.pell_recip.transf_completed_4yr_by.4yrs': {'source': 'PELL_COMP_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 4-year institution and completed within 4 years'},
'completion.title_iv.pell_recip.transf_completed_2yr_by.4yrs': {'source': 'PELL_COMP_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 2-year institution and completed within 4 years'},
'completion.title_iv.pell_recip.withdrawn_by.4yrs': {'source': 'PELL_WDRAW_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and withdrew from original institution within 4 years'},
'completion.title_iv.pell_recip.transf_withdrawn_4yr_by.4yrs': {'source': 'PELL_WDRAW_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 4-year institution and withdrew within 4 years'},
'completion.title_iv.pell_recip.transf_withdrawn_2yr_by.4yrs': {'source': 'PELL_WDRAW_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 2-year institution and withdrew within 4 years'},
'completion.title_iv.pell_recip.still_enrolled_by.4yrs': {'source': 'PELL_ENRL_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who were still enrolled at original institution within 4 years'},
'completion.title_iv.pell_recip.transf_still_enrolled_4yr_by.4yrs': {'source': 'PELL_ENRL_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 4-year institution and were still enrolled within 4 years'},
'completion.title_iv.pell_recip.transf_still_enrolled_2yr_by.4yrs': {'source': 'PELL_ENRL_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 2-year institution and were still enrolled within 4 years'},
'completion.title_iv.pell_recip.unknown_by.4yrs': {'source': 'PELL_UNKN_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and with status unknown within 4 years at original institution'},
'completion.title_iv.pell_recip.transf_unknown_4yr_by.4yrs': {'source': 'PELL_UNKN_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 4-year institution and whose status is unknown within 4 years'},
'completion.title_iv.pell_recip.transf_unknown_2yr_by.4yrs': {'source': 'PELL_UNKN_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a Pell Grant at the institution and who transferred to a 2-year institution and whose status is unknown within 4 years'},
'completion.title_iv.no_pell.died_by.4yrs': {'source': 'NOPELL_DEATH_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who died within 4 years at original institution'},
'completion.title_iv.no_pell.completed_by.4yrs': {'source': 'NOPELL_COMP_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who completed in 4 years at original institution'},
'completion.title_iv.no_pell.transf_completed_4yr_by.4yrs': {'source': 'NOPELL_COMP_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 4-year institution and completed within 4 years'},
'completion.title_iv.no_pell.transf_completed_2yr_by.4yrs': {'source': 'NOPELL_COMP_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 2-year institution and completed within 4 years'},
'completion.title_iv.no_pell.withdrawn_by.4yrs': {'source': 'NOPELL_WDRAW_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and withdrew from original institution within 4 years'},
'completion.title_iv.no_pell.transf_withdrawn_4yr_by.4yrs': {'source': 'NOPELL_WDRAW_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 4-year institution and withdrew within 4 years'},
'completion.title_iv.no_pell.transf_withdrawn_2yr_by.4yrs': {'source': 'NOPELL_WDRAW_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 2-year institution and withdrew within 4 years'},
'completion.title_iv.no_pell.still_enrolled_by.4yrs': {'source': 'NOPELL_ENRL_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who were still enrolled at original institution within 4 years'},
'completion.title_iv.no_pell.transf_still_enrolled_4yr_by.4yrs': {'source': 'NOPELL_ENRL_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 4-year institution and were still enrolled within 4 years'},
'completion.title_iv.no_pell.transf_still_enrolled_2yr_by.4yrs': {'source': 'NOPELL_ENRL_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 2-year institution and were still enrolled within 4 years'},
'completion.title_iv.no_pell.unknown_by.4yrs': {'source': 'NOPELL_UNKN_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and with status unknown within 4 years at original institution'},
'completion.title_iv.no_pell.transf_unknown_4yr_by.4yrs': {'source': 'NOPELL_UNKN_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 4-year institution and whose status is unknown within 4 years'},
'completion.title_iv.no_pell.transf_unknown_2yr_by.4yrs': {'source': 'NOPELL_UNKN_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a Pell Grant at the institution and who transferred to a 2-year institution and whose status is unknown within 4 years'},
'completion.title_iv.loan_recip.died_by.4yrs': {'source': 'LOAN_DEATH_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who died within 4 years at original institution'},
'completion.title_iv.loan_recip.completed_by.4yrs': {'source': 'LOAN_COMP_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who completed in 4 years at original institution'},
'completion.title_iv.loan_recip.transf_completed_4yr_by.4yrs': {'source': 'LOAN_COMP_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 4-year institution and completed within 4 years'},
'completion.title_iv.loan_recip.transf_completed_2yr_by.4yrs': {'source': 'LOAN_COMP_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 2-year institution and completed within 4 years'},
'completion.title_iv.loan_recip.withdrawn_by.4yrs': {'source': 'LOAN_WDRAW_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and withdrew from original institution within 4 years'},
'completion.title_iv.loan_recip.transf_withdrawn_4yr_by.4yrs': {'source': 'LOAN_WDRAW_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 4-year institution and withdrew within 4 years'},
'completion.title_iv.loan_recip.transf_withdrawn_2yr_by.4yrs': {'source': 'LOAN_WDRAW_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 2-year institution and withdrew within 4 years'},
'completion.title_iv.loan_recip.still_enrolled_by.4yrs': {'source': 'LOAN_ENRL_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who were still enrolled at original institution within 4 years'},
'completion.title_iv.loan_recip.transf_still_enrolled_4yr_by.4yrs': {'source': 'LOAN_ENRL_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 4-year institution and were still enrolled within 4 years'},
'completion.title_iv.loan_recip.transf_still_enrolled_2yr_by.4yrs': {'source': 'LOAN_ENRL_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 2-year institution and were still enrolled within 4 years'},
'completion.title_iv.loan_recip.unknown_by.4yrs': {'source': 'LOAN_UNKN_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and with status unknown within 4 years at original institution'},
'completion.title_iv.loan_recip.transf_unknown_4yr_by.4yrs': {'source': 'LOAN_UNKN_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 4-year institution and whose status is unknown within 4 years'},
'completion.title_iv.loan_recip.transf_unknown_2yr_by.4yrs': {'source': 'LOAN_UNKN_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who received a federal loan at the institution and who transferred to a 2-year institution and whose status is unknown within 4 years'},
'completion.title_iv.no_loan.died_by.4yrs': {'source': 'NOLOAN_DEATH_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who died within 4 years at original institution'},
'completion.title_iv.no_loan.completed_by.4yrs': {'source': 'NOLOAN_COMP_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who completed in 4 years at original institution'},
'completion.title_iv.no_loan.transf_completed_4yr_by.4yrs': {'source': 'NOLOAN_COMP_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 4-year institution and completed within 4 years'},
'completion.title_iv.no_loan.transf_completed_2yr_by.4yrs': {'source': 'NOLOAN_COMP_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 2-year institution and completed within 4 years'},
'completion.title_iv.no_loan.withdrawn_by.4yrs': {'source': 'NOLOAN_WDRAW_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and withdrew from original institution within 4 years'},
'completion.title_iv.no_loan.transf_withdrawn_4yr_by.4yrs': {'source': 'NOLOAN_WDRAW_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 4-year institution and withdrew within 4 years'},
'completion.title_iv.no_loan.transf_withdrawn_2yr_by.4yrs': {'source': 'NOLOAN_WDRAW_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 2-year institution and withdrew within 4 years'},
'completion.title_iv.no_loan.still_enrolled_by.4yrs': {'source': 'NOLOAN_ENRL_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who were still enrolled at original institution within 4 years'},
'completion.title_iv.no_loan.transf_still_enrolled_4yr_by.4yrs': {'source': 'NOLOAN_ENRL_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 4-year institution and were still enrolled within 4 years'},
'completion.title_iv.no_loan.transf_still_enrolled_2yr_by.4yrs': {'source': 'NOLOAN_ENRL_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 2-year institution and were still enrolled within 4 years'},
'completion.title_iv.no_loan.unknown_by.4yrs': {'source': 'NOLOAN_UNKN_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and with status unknown within 4 years at original institution'},
'completion.title_iv.no_loan.transf_unknown_4yr_by.4yrs': {'source': 'NOLOAN_UNKN_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 4-year institution and whose status is unknown within 4 years'},
'completion.title_iv.no_loan.transf_unknown_2yr_by.4yrs': {'source': 'NOLOAN_UNKN_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of students who never received a federal loan at the institution and who transferred to a 2-year institution and whose status is unknown within 4 years'},
'completion.title_iv.first_gen.died_by.4yrs': {'source': 'FIRSTGEN_DEATH_YR4_RT',
'type': 'float',
'description': 'Percent of first-generation students who died within 4 years at original institution'},
'completion.title_iv.first_gen.completed_by.4yrs': {'source': 'FIRSTGEN_COMP_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of first-generation students who completed within 4 years at original institution'},
'completion.title_iv.first_gen.transf_completed_4yr_by.4yrs': {'source': 'FIRSTGEN_COMP_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 4-year institution and completed within 4 years'},
'completion.title_iv.first_gen.transf_completed_2yr_by.4yrs': {'source': 'FIRSTGEN_COMP_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 2-year institution and completed within 4 years'},
'completion.title_iv.first_gen.withdrawn_by.4yrs': {'source': 'FIRSTGEN_WDRAW_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of first-generation students withdrawn from original institution within 4 years'},
'completion.title_iv.first_gen.transf_withdrawn_4yr_by.4yrs': {'source': 'FIRSTGEN_WDRAW_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 4-year institution and withdrew within 4 years'},
'completion.title_iv.first_gen.transf_withdrawn_2yr_by.4yrs': {'source': 'FIRSTGEN_WDRAW_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 2-year institution and withdrew within 4 years'},
'completion.title_iv.first_gen.still_enrolled_by.4yrs': {'source': 'FIRSTGEN_ENRL_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of first-generation students who were still enrolled at original institution within 4 years'},
'completion.title_iv.first_gen.transf_still_enrolled_4yr_by.4yrs': {'source': 'FIRSTGEN_ENRL_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 4-year institution and were still enrolled within 4 years'},
'completion.title_iv.first_gen.transf_still_enrolled_2yr_by.4yrs': {'source': 'FIRSTGEN_ENRL_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 2-year institution and were still enrolled within 4 years'},
'completion.title_iv.first_gen.unknown_by.4yrs': {'source': 'FIRSTGEN_UNKN_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of first-generation students with status unknown within 4 years at original institution'},
'completion.title_iv.first_gen.transf_unknown_4yr_by.4yrs': {'source': 'FIRSTGEN_UNKN_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 4-year institution and whose status is unknown within 4 years'},
'completion.title_iv.first_gen.transf_unknown_2yr_by.4yrs': {'source': 'FIRSTGEN_UNKN_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of first-generation students who transferred to a 2-year institution and whose status is unknown within 4 years'},
'completion.title_iv.not_first_gen.died_by.4yrs': {'source': 'NOT1STGEN_DEATH_YR4_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who died within 4 years at original institution'},
'completion.title_iv.not_first_gen.completed_by.4yrs': {'source': 'NOT1STGEN_COMP_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who completed within 4 years at original institution'},
'completion.title_iv.not_first_gen.transf_completed_4yr_by.4yrs': {'source': 'NOT1STGEN_COMP_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 4-year institution and completed within 4 years'},
'completion.title_iv.not_first_gen.transf_completed_2yr_by.4yrs': {'source': 'NOT1STGEN_COMP_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 2-year institution and completed within 4 years'},
'completion.title_iv.not_first_gen.withdrawn_by.4yrs': {'source': 'NOT1STGEN_WDRAW_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of not-first-generation students withdrawn from original institution within 4 years'},
'completion.title_iv.not_first_gen.transf_withdrawn_4yr_by.4yrs': {'source': 'NOT1STGEN_WDRAW_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 4-year institution and withdrew within 4 years'},
'completion.title_iv.not_first_gen.transf_withdrawn_2yr_by.4yrs': {'source': 'NOT1STGEN_WDRAW_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 2-year institution and withdrew within 4 years'},
'completion.title_iv.not_first_gen.still_enrolled_by.4yrs': {'source': 'NOT1STGEN_ENRL_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who were still enrolled at original institution within 4 years'},
'completion.title_iv.not_first_gen.transf_still_enrolled_4yr_by.4yrs': {'source': 'NOT1STGEN_ENRL_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 4-year institution and were still enrolled within 4 years'},
'completion.title_iv.not_first_gen.transf_still_enrolled_2yr_by.4yrs': {'source': 'NOT1STGEN_ENRL_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 2-year institution and were still enrolled within 4 years'},
'completion.title_iv.not_first_gen.unknown_by.4yrs': {'source': 'NOT1STGEN_UNKN_ORIG_YR4_RT',
'type': 'float',
'description': 'Percent of not-first-generation students with status unknown within 4 years at original institution'},
'completion.title_iv.not_first_gen.transf_unknown_4yr_by.4yrs': {'source': 'NOT1STGEN_UNKN_4YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 4-year institution and whose status is unknown within 4 years'},
'completion.title_iv.not_first_gen.transf_unknown_2yr_by.4yrs': {'source': 'NOT1STGEN_UNKN_2YR_TRANS_YR4_RT',
'type': 'float',
'description': 'Percent of not-first-generation students who transferred to a 2-year institution and whose status is unknown within 4 years'},
'completion.title_iv.died_by.6yrs': {'source': 'DEATH_YR6_RT',
'type': 'float',
'description': 'Percent died within 6 years at original institution'},
'completion.title_iv.completed_by.6yrs': {'source': 'COMP_ORIG_YR6_RT',
'type': 'float',
'description': 'Percent completed within 6 years at original institution'},
'completion.title_iv.transf_completed_4yr_by.6yrs': {'source': 'COMP_4YR_TRANS_YR6_RT',
'type': 'float',
'description': 'Percent who transferred to a 4-year institution and completed within 6 years'},
'completion.title_iv.transf_completed_2yr_by.6yrs': {'source': 'COMP_2YR_TRANS_YR6_RT',
'type': 'float',
'description': 'Percent who transferred to a 2-year institution and completed within 6 years'},
'completion.title_iv.withdrawn_by.6yrs': {'source': 'WDRAW_ORIG_YR6_RT',
'type': 'float',
'description': 'Percent withdrawn from original institution within 6 years'},
'completion.title_iv.transf_withdrawn_4yr_by.6yrs': {'source': 'WDRAW_4YR_TRANS_YR6_RT',
'type': 'float',
'description': 'Percent who transferred to a 4-year institution and withdrew within 6 years'},
'completion.title_iv.transf_withdrawn_2yr_by.6yrs': {'source': 'WDRAW_2YR_TRANS_YR6_RT',
'type': 'float',
'description': 'Percent who transferred to a 2-year institution and withdrew within 6 years'},
'completion.title_iv.still_enrolled_by.6yrs': {'source': 'ENRL_ORIG_YR6_RT',
'type': 'float',
'description': 'Percent still enrolled at original institution within 6 years'},
'completion.title_iv.transf_still_enrolled_4yr_by.6yrs': {'source': 'ENRL_4YR_TRANS_YR6_RT',
'type': 'float',
'description': 'Percent who transferred to a 4-year institution and were still enrolled within 6 years'},
'completion.title_iv.transf_still_enrolled_2yr_by.6yrs': {'source': 'ENRL_2YR_TRANS_YR6_RT',
'type': 'float',
'description': 'Percent who transferred to a 2-year institution and were still enrolled within 6 years'},
'completion.title_iv.unknown_by.6yrs': {'source': 'UNKN_ORIG_YR6_RT',
'type': 'float',
'description': 'Percent with status unknown within 6 years at original institution'},
'completion.title_iv.transf_unknown_4yr_by.6yrs': {'source': 'UNKN_4YR_TRANS_YR6_RT',
'type': 'float',
'description': 'Percent who transferred to a 4-year institution and whose status is unknown within 6 years'},
...},
'files': [{'name': 'Most-Recent-Cohorts-Institution.csv', 'key': 'latest'},
{'name': 'Most-Recent-Cohorts-Field-of-Study.csv',
'map': 'program_data',
'key': 'latest'},
{'name': 'MERGED2022_23_PP.csv', 'key': 2022},
{'name': 'MERGED2021_22_PP.csv', 'key': 2021},
{'name': 'MERGED2020_21_PP.csv', 'key': 2020},
{'name': 'FieldOfStudyData1920_2021_PP.csv',
'map': 'program_data',
'key': 2020},
{'name': 'MERGED2019_20_PP.csv', 'key': 2019},
{'name': 'FieldOfStudyData1819_1920_PP.csv',
'map': 'program_data',
'key': 2019},
{'name': 'MERGED2018_19_PP.csv', 'key': 2018},
{'name': 'FieldOfStudyData1718_1819_PP.csv',
'map': 'program_data',
'key': 2018},
{'name': 'MERGED2017_18_PP.csv', 'key': 2017},
{'name': 'FieldOfStudyData1617_1718_PP.csv',
'map': 'program_data',
'key': 2017},
{'name': 'MERGED2016_17_PP.csv', 'key': 2016},
{'name': 'FieldOfStudyData1516_1617_PP.csv',
'map': 'program_data',
'key': 2016},
{'name': 'MERGED2015_16_PP.csv', 'key': 2015},
{'name': 'FieldOfStudyData1415_1516_PP.csv',
'map': 'program_data',
'key': 2015},
{'name': 'MERGED2014_15_PP.csv', 'key': 2014},
{'name': 'MERGED2013_14_PP.csv', 'key': 2013},
{'name': 'MERGED2012_13_PP.csv', 'key': 2012},
{'name': 'MERGED2011_12_PP.csv', 'key': 2011},
{'name': 'MERGED2010_11_PP.csv', 'key': 2010},
{'name': 'MERGED2009_10_PP.csv', 'key': 2009},
{'name': 'MERGED2008_09_PP.csv', 'key': 2008},
{'name': 'MERGED2007_08_PP.csv', 'key': 2007},
{'name': 'MERGED2006_07_PP.csv', 'key': 2006},
{'name': 'MERGED2005_06_PP.csv', 'key': 2005},
{'name': 'MERGED2004_05_PP.csv', 'key': 2004},
{'name': 'MERGED2003_04_PP.csv', 'key': 2003},
{'name': 'MERGED2002_03_PP.csv', 'key': 2002},
{'name': 'MERGED2001_02_PP.csv', 'key': 2001},
{'name': 'MERGED2000_01_PP.csv', 'key': 2000},
{'name': 'MERGED1999_00_PP.csv', 'key': 1999},
{'name': 'MERGED1998_99_PP.csv', 'key': 1998},
{'name': 'MERGED1997_98_PP.csv', 'key': 1997},
{'name': 'MERGED1996_97_PP.csv', 'key': 1996}]}