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