Higher Education Attrition Rates
Attrition rates for 2005-2013
@kaggle.ruchi798_higher_education_attrition_rates_20052013
Attrition rates for 2005-2013
@kaggle.ruchi798_higher_education_attrition_rates_20052013
This dataset contains the Higher education attrition (dropout) rate data for commencing domestic bachelor students at (public) universities.
Department of Education, Skills and Employment (Australia)
CREATE TABLE he_attrition_data_main_2005_2013 (
  "reference_year" BIGINT,
  "attrition_rate" DOUBLE,
  "nesbattrition" DOUBLE,
  "disattrition" DOUBLE,
  "seslow2006attrition" DOUBLE,
  "seslow2011attrition" DOUBLE,
  "indigenousattrition" DOUBLE,
  "modeinternalatt" DOUBLE,
  "modeexternalatt" DOUBLE,
  "modemultiatt" DOUBLE,
  "typeftatt" DOUBLE,
  "typeptatt" DOUBLE,
  "genderfemaleatt" DOUBLE,
  "gendermaleatt" DOUBLE,
  "ageunder25att" DOUBLE,
  "age25to39att" DOUBLE,
  "agegt39att" DOUBLE,
  "boahigheredatt" DOUBLE,
  "boasecondaryatt" DOUBLE,
  "boavetatt" DOUBLE,
  "boamatureatt" DOUBLE,
  "boaproffatt" DOUBLE,
  "boaotheratt" DOUBLE,
  "atarunder70att" DOUBLE,
  "atar70to89att" DOUBLE,
  "atargt89" DOUBLE,
  "bfoescienceatt" DOUBLE,
  "bfoeitatt" DOUBLE,
  "bfoeengineeratt" DOUBLE,
  "bfoearchatt" DOUBLE,
  "bfoeagricatt" DOUBLE,
  "bfoehealthatt" DOUBLE,
  "bfoeeducatt" DOUBLE,
  "bfoemanageatt" DOUBLE,
  "bfoesocietyatt" DOUBLE,
  "bfoeartsatt" DOUBLE
);Anyone who has the link will be able to view this.