// all modules

The Curriculum

Six completed modules and five in development. Each module is self-contained โ€” start anywhere, or work through them in order for the full progression from raw data to equity-aware early intervention.

๐Ÿซ
Practitioner Track
For classroom teachers, counselors, and school leaders. Focuses on concepts, interpretations, and decisions โ€” no coding required.
Concept-first ยท No code required
๐Ÿ
Technical Track
For data analysts, district staff, and technically-minded administrators. Full Python walkthroughs with pandas, matplotlib, and real dataset exercises.
Python ยท pandas ยท matplotlib
Available Now
6 Modules Live
01
Foundation
Available
Introducing the Synthetic School Dataset
Tour all 11 tables, understand the relational schema, and load your first dataset in Python. Learn what raw school data looks like before any analysis touches it.
pandasdata explorationschemaFERPA
โ†’
~45 min
02
Core Method
Available
Delta Analysis 101: Seeing Change Over Time
What is a delta, and why does direction of change matter more than current value? Build your first rolling attendance trend and find students whose trajectory is shifting.
delta analysisrolling averagesattendance trends
โ†’
~50 min
03
Equity & Context
Available
The False Positive Problem: When "At-Risk" Is Wrong
25 students are flagged as chronically absent. Join the cultural holiday calendar and discover which ones shouldn't be on that list at all โ€” and what that means for your interventions.
equitycultural contexttable joinsfalse positives
โ†’
~55 min
04
Hidden Signals
Available
Reading Hunger in Attendance Data
Students who show up only at lunch โ€” and only at the end of the month. Learn to surface food insecurity signals hidden inside standard attendance records, and handle that knowledge responsibly.
food insecuritypattern detectionSNAP signalsethics
โ†’
~50 min
05
Academic Trends
Available
GPA Trend Analysis: Catching the Slide
Build assignment-level GPA trends instead of waiting for report cards. Pinpoint the exact week a student's trajectory shifted โ€” not the month it became a problem.
grade trendsassignment-level dataearly warningvisualization
โ†’
~60 min
06
Outcomes & Measurement
Available
Measuring Whether Interventions Actually Worked
You intervened. Did it work? Use before/after delta analysis to measure real outcomes โ€” and learn to separate genuine improvement from seasonal variance or regression to the mean.
outcome measurementbefore/after analysisintervention effectiveness
โ†’
~55 min
In Development
5 Modules Planned
07
Coming Soon ยท Attendance & Access
Transportation Barriers & Weather Pattern Analysis
2,768 records where getting to school was the barrier. Identify which absences correlate with distance and weather โ€” before labeling them truancy.
08
Coming Soon ยท Behavior Data
Behavior Trends: Escalation Before the Incident
7,600+ behavior incidents. Build a delta view and identify students whose pattern is changing before they hit a disciplinary threshold.
09
Planned ยท Engagement Metrics
LMS Data as a Leading Indicator
Login frequency, time-on-task, and discussion activity โ€” do engagement signals predict grade declines before they happen?
10
Planned ยท Early Warning Systems
Multi-Metric Risk Scoring Without Black Boxes
Combine attendance, GPA, behavior, and engagement into an interpretable score you can explain to a parent or school board.
11
Planned ยท Live Data Architecture
Building a Live Data Pipeline with AWS
Move from static CSVs to daily-updating tables with a lightweight AWS architecture that feeds new attendance, grades, and incidents automatically.