StudentLocalEducationAgencyDim View

Purpose

Contains attributes of a student including name and demographic information as defined in relationship to the local education agency in which the student is currently enrolled. Part of the Core View Collection.

SQL Object

analytics.StudentLocalEducationAgencyDim

Usage Notes

See How to Use the Student Dimensions.

Data Sources

Data Standard 2.2

In the older data standard, the demographics were all stored in the school relationship - therefore this is little different than the StudentSchoolDim View.

Data Standard 3+

Structure

Data Standard 2.2

Column

Data Type

Source

Description

StudentLocalEducationAgencyKeyString"{Student.StudentUniqueId}-{School.LocalEducationAgencyId}"Primary key
​StudentKeyStringedfi.Student.UniqueId​
LocalEducationAgencyKeyStringedfi.School.LocalEducationAgencyId
StudentFirstNameString

edfi.Student.FirstName


StudentMiddleNameStringedfi.Student.MiddleName
StudentLastNameStringedfi.Student.LastSurname
LimitedEnglishProficiency

String

edfi.Descriptor.CodeValue via edfi.Student.LimitedEnglishProficiencyDescriptorId

Replace null with "Not Applicable"
IsHispanic

Boolean

edfi.Student.HispanicLatinoEthnicity

Replace null with 0
SexStringedfi.SexType.CodeValue via edfi.Student.SexTypeId
LastModifiedDateDateTime

Most recent date from any source that has a LastModifiedDate column


Data Standard 3+

Column

Data Type

Source

Description

StudentLocalEducationAgencyKeyString"{Student.StudentUniqueId}-{School.LocalEducationAgencyId}"Primary key
​StudentKeyStringedfi.Student.UniqueId​
LocalEducationAgencyKeyStringedfi.School.LocalEducationAgencyId
SchoolYearStringedfi.StudentSchoolAssocation.SchoolYearconvert to string to signal to modeling tools that this is not an aggregatable number
StudentFirstNameString

edfi.Student.FirstName


StudentMiddleNameStringedfi.Student.MiddleName
StudentLastNameStringedfi.Student.LastSurname
LimitedEnglishProficiency

String

edfi.Descriptor.CodeValue via edfi.StudentEducationOrganizationAssociation.LimitedEnglishProficiencyDescriptorId

Replace null with "Not Applicable"
IsHispanic

Boolean

edfi.StudentEducationOrganizationAssociation.HispanicLatinoEthnicity

Replace null with 0
SexStringedfi.Descriptor.CodeValue via edfi.StudentEducationOrganizationAssociation.SexDescriptorId
LastModifiedDateDateTime

Most recent date from any source that has a LastModifiedDate column


InternetAccessInResidenceStringedfi.StudentEducationOrganizationAssociationStudentIndicator.Indicator  (edfi.StudentEducationOrganizationAssociationStudentIndicator.IndicatorName='InternetAccessInResidence')Replace null with "n/a"
 InternetAccessTypeInResidenceStringedfi.StudentEducationOrganizationAssociationStudentIndicator.Indicator  (edfi.StudentEducationOrganizationAssociationStudentIndicator.IndicatorName='InternetAccessTypeInResidence')Replace null with "n/a"
 InternetPerformanceStringedfi.StudentEducationOrganizationAssociationStudentIndicator.Indicator  (edfi.StudentEducationOrganizationAssociationStudentIndicator.IndicatorName='InternetPerformance')Replace null with "n/a"
 DigitalDeviceStringedfi.StudentEducationOrganizationAssociationStudentIndicator.Indicator  (edfi.StudentEducationOrganizationAssociationStudentIndicator.IndicatorName='DigitalDevice')Replace null with "n/a"
 DeviceAccessStringedfi.StudentEducationOrganizationAssociationStudentIndicator.Indicator  (edfi.StudentEducationOrganizationAssociationStudentIndicator.IndicatorName='DeviceAccess')Replace null with "n/a"

Contents