Saltar al contenido
← Todos los conjuntos de datos

Special Education Enrollment by Disability

District-level headcounts of students in special education by the 17 IDEA disability categories, from the October FTE count, 2014-2026.

Cobertura de años
20142026
Actualización
annual
Versión
1.0.0
Hash del esquema
f18a07095136

Niveles de detalle disponibles

Distrito · predeterminado

Resumen

Georgia Insights (GaDOE) FTE Enrollment by Disability — the October Cycle 1 FTE headcount of Georgia public school students receiving special-education services, broken out by the 17 GaDOE/IDEA disability categories (autism, specific learning disability, speech-language impairment, etc.) at the school-district level, fiscal years 2014-2026. District-only: the source publishes no state aggregate and no school-level rows. Counts below 10 are suppressed to NULL by the source's small-cell rule.

Granularidad de fila: Una fila por year, district_code, school_code, demographic.

Métrica clave

num_studentsNumber Students (count)

El valor principal que la mayoría de las consultas busca.

Variables

Todas las columnas de la tabla de hechos. El código es el nombre exacto del campo que devuelve la API.

ColumnaTipoUnidadRango¿Nulo?Descripción
yearYearintegernoFiscal year of the October FTE count (2026 = October 2025, i.e. the 2025-2026 school year). Sourced from the bronze filename, cross-checked against each file's preamble.
Descripción completa
Fiscal year of the October FTE count (2026 = October 2025, i.e. the 2025-2026 school year). Sourced from the bronze filename, cross-checked against each file's preamble.
district_codeDistrict Codestringno3-digit GOSA district code (zero-padded) for standard districts; 7-digit code for state charters and specialty schools, including the 2014-2019 pseudo-districts 7991893/7991894/7991895 for the three state schools (published with blank names by the source; named in the districts dimension). Never NULL — this topic has no state-level rows. FK to districts dimension.
Descripción completa
3-digit GOSA district code (zero-padded) for standard districts; 7-digit code for state charters and specialty schools, including the 2014-2019 pseudo-districts 7991893/7991894/7991895 for the three state schools (published with blank names by the source; named in the districts dimension). Never NULL — this topic has no state-level rows. FK to districts dimension.

Se une a districts; agrega sus columnas de etiqueta.

school_codeSchool CodestringyesAlways NULL — GaDOE publishes this disability breakdown at the district level only. The column is kept so every education fact table shares the same key-column shape.
Descripción completa
Always NULL — GaDOE publishes this disability breakdown at the district level only. The column is kept so every education fact table shares the same key-column shape.

Se une a schools; agrega sus columnas de etiqueta.

demographicDemographicstringnoOne of 17 IDEA disability categories (e.g. autism, specific learning disability); no `all` total row.
Descripción completa
Primary exceptionality — the GaDOE/IDEA disability category (FK to the global demographics dimension's 'disability' demographic_category). One of 17 snake_case values mapped 1:1 from the bronze code columns (AUT -> autism, SLD -> specific_learning_disability, ...). Every row's population is students receiving special-education services, split by their single primary disability. This topic publishes only the 17 disability categories at the district level — there is no 'all' total row (the source publishes none).
17 valores permitidos
  • autism
  • blind_low_vision
  • deaf
  • deaf_blind
  • emotional_behavioral_disorder
  • hospital_homebound
  • mild_intellectual_disability
  • moderate_intellectual_disability
  • orthopedic_impairment
  • other_health_impairment
  • profound_intellectual_disability
  • severe_intellectual_disability
  • significant_developmental_delay
  • specific_learning_disability
  • speech_language_impairment
  • traumatic_brain_injury
  • visual_impairment

Se une a demographics; agrega sus columnas de etiqueta.

num_studentsNumber StudentsintegercountyesCount of special-education students in the disability category; NULL means suppressed (count 1-9), not zero.
Descripción completa
FTE headcount of students served in the disability category for the (year, district) cell. Raw count, not scaled. NULL means the source suppressed the cell ('*': true count 1-9); every published value is >= 10 (verified in every column of every year).

Filtros

Parámetros de consulta que acepta el endpoint de hechos. Los valores separados por comas son OR dentro de un parámetro; varios parámetros se combinan con AND.

ParámetroTipoValores permitidosNotas
yearyear_exactcualquier valor
year_minyear_rangecualquier valor
year_maxyear_rangecualquier valor
detaildetaildistrictsenum validado, predeterminado: districts
district_codeforeign_keycualquier valorvalores múltiples
school_codeforeign_keycualquier valorvalores múltiples
demographicforeign_key
17 valores permitidos
  • autism
  • blind_low_vision
  • deaf
  • deaf_blind
  • emotional_behavioral_disorder
  • hospital_homebound
  • mild_intellectual_disability
  • moderate_intellectual_disability
  • orthopedic_impairment
  • other_health_impairment
  • profound_intellectual_disability
  • severe_intellectual_disability
  • significant_developmental_delay
  • specific_learning_disability
  • speech_language_impairment
  • traumatic_brain_injury
  • visual_impairment
valores múltiples, enum validado
district_typedimension_attribute
7 valores permitidos
  • commission_charter
  • resa
  • standard
  • state_agency
  • state_charter
  • state_school
  • state_special
valores múltiples, enum validado
demographic_categorydimension_attribute
12 valores permitidos
  • aggregate
  • disability
  • economic_status
  • esol
  • foster_care
  • gender
  • grade
  • homeless_status
  • migrant_status
  • military
  • race
  • sped
valores múltiples, enum validado

Ejemplos de solicitudes

Ejecútalos contra la URL base: devuelven datos en vivo.

All rows (first page), districts level

curl "https://georgiacivicdata.org/api/v1/education/enrollment_october_disability"

districts data for 2026

curl "https://georgiacivicdata.org/api/v1/education/enrollment_october_disability?year=2026"

One district (code 601), 2026

curl "https://georgiacivicdata.org/api/v1/education/enrollment_october_disability?district_code=601&year=2026&detail=districts"

Download 2026 as CSV

curl "https://georgiacivicdata.org/api/v1/education/enrollment_october_disability?year=2026&format=csv"

Notas y limitaciones

Manejo de NULL

  • Las celdas suprimidas (muy pocos estudiantes para reportar) son NULL, nunca cero.
  • El cero es un valor real y reportado.

Limitaciones

Suppressed cells are NULL (not zero). District rows have NULL school_code.