From d1d30a1ab53469caa82ce647cddcd87ec803bd60 Mon Sep 17 00:00:00 2001 From: Data Commons Date: Wed, 29 Apr 2026 04:13:55 -0700 Subject: [PATCH] Adding new statvars for the US_UrbanSchoolRetention import The report file has a missing reference warning as the import had new SVs. Created this CL to add the new SVs into DC. PiperOrigin-RevId: 907506301 --- .../us_urbanschool_retention_stat_vars.mcf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/stat_vars/us_urbanschool_retention_stat_vars.mcf b/stat_vars/us_urbanschool_retention_stat_vars.mcf index 267c1ff23..b5c4df1be 100644 --- a/stat_vars/us_urbanschool_retention_stat_vars.mcf +++ b/stat_vars/us_urbanschool_retention_stat_vars.mcf @@ -9515,3 +9515,27 @@ gender: dcid:Male educationProgram: dcid:IDEA schoolGradeLevel: dcid:SchoolGrade6 studentStatus: dcid:StudentRetained + +Node: dcid:Count_Student_NotJuvenileJusticeFacility_Female_TwoOrMoreRaces_SchoolGrade10_StudentRetained +typeOf: dcid:StatisticalVariable +name: "Female Two or More Races students retained in grade 10 at non-juvenile justice facility" +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +educationalInstitutionType: dcid:NotJuvenileJusticeFacility +gender: dcid:Female +race: dcid:TwoOrMoreRaces +schoolGradeLevel: dcid:SchoolGrade10 +studentStatus: dcid:StudentRetained + +Node: dcid:Count_Student_JuvenileJusticeFacility_LimitedEnglishProficiency_Female_SchoolGrade8_StudentRetained +typeOf: dcid:StatisticalVariable +name: "Female limited English proficiency students retained in grade 8 at juvenile justice facility" +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +educationalInstitutionType: dcid:JuvenileJusticeFacility +gender: dcid:Female +englishProficiency: dcid:LimitedEnglishProficiency +schoolGradeLevel: dcid:SchoolGrade8 +studentStatus: dcid:StudentRetained