Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 3.99 KB

File metadata and controls

81 lines (63 loc) · 3.99 KB

School ID Crosswalk

When relating educational data from different sources, you often don't have a common identifier. This makes connecting data difficult.

Goal

The goal is to connect the identification systems of the below sources with minimal manual intervention. This differs from the Davenport dataset (linked at the bottom and referenced by the UC-Boulder team) in that it all code will be open source from data collection to final output.

Scope

This project aims to use several methods to match location information and multiple identification systems.

The resulting crosswalks have only the ID systems and spatial variables. General information that can be easily joined from the IPEDS directory information table (HD) will not be included so the data has only what you need and nothing extra.

Higher Education

  • IPEDS
  • CEEB
  • US Census Bureau Geospatial data - We have coordinates from IPEDS which can be spatially joined to geometries, as well as the city, county, ZIP, and state which can be joined directly.
  • NSC
  • NCES - The data here is covered by IPEDS already, so this isn't needed.

K-12 Education

At the K-12 level, I would like to be able to also connect individuals schools to their district in addition to ZIP, county, and state.

Data Collection

  • IPEDS HD table 2009 to 2024 (present)
  • US Census Geographies
    • School District
    • ZCTA
    • County
    • State
  • CEEB
    • Higher Education Institutions
    • US High Schools
  • National Student Clearinghouse (NSC)
  • NCES (EDGE)
    • Higher Education Institutions
    • US High Schools
  • State-Level ID Systems
    • Indiana
    • Michigan
    • Ohio

Tools & Software

Related Projects

If I find more, I will add them here.