Home › Data
Data · downloads
CSV downloads
Every cell on the site in three flat files, rebuilt with each deploy. Free to reuse with a link.
- /data/schedules.csvone row per schedule with summary cells and source URL
- /data/cells.csvevery non-blank cell, long format (schedule_id, step, lane, value)
- /data/districts.csvNCES 2023-24 districts with enrollment and indexed schedule ids
Columns
- schedules.csv: id, kind, name, state, slug, title, school_year, effective_date, work_days, unit, n_lanes, n_steps, lowest_cell, highest_cell, ba_start, ba_max, ma_start, ma_max, parse_confidence, source_url, page_url.
- cells.csv (long format): schedule_id, step, lane, value. One row per non-blank cell.
- districts.csv: nces_leaid, name, state, city, enrollment_2023_24, schedule_ids (semicolon separated), page_url.