Chronic Absenteeism

Student absenteeism data by ethnicity, gender, program subgroup, and grade span. Chronic absenteeism counts, cumulative enrollment, and chronic absenteeism rate data are provided.

cde.ca.gov-absenteeism-2

Resources | Packages | Documentation| Contacts| References| Data Dictionary

Resources

Documentation

Contacts

Packages

Accessing Packages in Metapack

import metapack as mp
# ZIP Package
pkg = mp.open_package('http://library.metatab.org/cde.ca.gov-absenteeism-2.zip')
# CSV Package
pkg = mp.open_package('http://library.metatab.org/cde.ca.gov-absenteeism-2.csv') 

resource = pkg.resource('resource_name') # Get a resource
df = resource.dataframe() # Create a pandas Dataframe
gdf = resource.geoframe() # Create a GeoPandas GeoDataFrame

Data Dictionary

chab17 | chab16 | chronic_absenteeism

chab17

Column NameData TypeDescription
academic_yearstring
aggregate_levelstring
county_codeinteger
district_codestring
school_codestring
county_namestring
district_namestring
school_namestring
is_charterstring
reporting_categorystring
cumulative_enrollmentstring
cumulative_eligible_enrollmentstring
chronic_absenteeism_countstring
chronic_absenteeism_ratestring

chab16

Column NameData TypeDescription
academic_yearstring
aggregate_levelstring
county_codeinteger
district_codestring
school_codestring
county_namestring
district_namestring
school_namestring
is_charterstring
reporting_categorystring
cumulative_enrollmentstring
chronic_absenteeism_countstring
chronic_absenteeism_ratestring

chronic_absenteeism

Column NameData TypeDescription
yearintegerYear taken from the source dataset name.
academic_yearstringThe academic year (July 1 – June 30) corresponding to the time period during which the data were collected.
aggregate_levelstringT = State C = County D1 = District (All Schools) D2 = District (Non-Charter Schools) S = School
county_codeintegerA unique two-digit code corresponding to the county.
district_codeintegerA unique five-digit code corresponding to the district.
school_codeintegerA unique seven-digit code corresponding to the school.
county_namestringCounty Name
district_namestringDistrict or Administrative Authority Name
school_namestringSchool Name
is_charterstringA “Y” or “N” value indicating whether a school is a charter school in the current academic year.
reporting_categorystringRB = African American RI = American Indian or Alaska Native RA = Asian RF = Filipino RH = Hispanic or Latino RD = Did not Report RP = Pacific Islander RT = Two or More Races RW = White GM = Male GF = Female SE = English Learners SD = Students with Disabilities SS = Socioeconomically Disadvantaged SM = Migrant SF = Foster SH = Homeless GRK = Kindergarten GR13 = Grades 1–3 GR46 = Grades 4–6 GR78 = Grades 7–8 GRK8 = Grades K–8 GR912 = Grades 9–12 GRUG = Ungraded Elementary and Secondary TA = Total
cumulative_enrollmentintegerCumulative enrollment consists of the total number of unduplicated primary and short-term enrollments within the academic year (July 1 to June 30), regardless of whether the student is enrolled multiple times within a school or district.
chronic_absenteeism_countintegerTotal count of ALL chronically absent students at the selected entity for the selected population using the available filters. Students are determined to be chronically absent if they were enrolled for a combined total of 30 days or more at the selected reporting level during the academic year and they were absent for 10% or more of the days they were expected to attend.
cumulative_eligible_enrollmentintegerThis count uses the Cumulative Enrollment of the selected entity as the baseline and removes students that were not eligible to be considered chronically absent at that entity. Students that are enrolled less than 31 instructional days at the selected entity are not eligible to be considered chronically absent at that entity. This is calculated by looking at the number of “expected days to attend” that LEAs submit for each student in CALPADS. Students with exempt status are also removed from Chronic Absenteeism eligibility. Students are considered to be exempt if they are enrolled in a Non-Public School (NPS), receive instruction through a home or hospital instructional setting or are attending community college full-time.
chronic_absenteeism_ratenumberThe unduplicated count of students determined to be chronically absent (Chronic Absenteeism Count) divided by the Chronic Absenteeism Enrollment at the selected entity for the selected population using the available filters.

References

Urls used in the creation of this data package.

  • ftp://ftp.cde.ca.gov/demo/attendance/ChrAbsRate1718.txt#target_format=tsv. Chronic Absenteeism 2017-2018
  • ftp://ftp.cde.ca.gov/demo/attendance/ChrAbsRate1617.txt#target_format=tsv. Chronic Absenteeism 2016-2017

Last Modified 2019-05-22T19:15:44