Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎓 Education Analytics System

This project analyzes NYC public school academic performance using multi-year standardized test scores and graduation rates to uncover trends in educational quality and inequality. The goal is to use data-driven insights to support policy decisions, resource allocation, and student success initiatives.

📌 Overview
The primary objective of this project is to evaluate academic outcomes across boroughs — from standardized test performance to graduation success. By applying relational data modeling and analytical SQL techniques, the project uncovers trends in school performance, borough-level disparities, and long-term academic progress.

This project simulates a real-world education analytics and business intelligence use case commonly encountered in public-sector, policy research, and institutional analytics teams.


🚀 Key Features

📊 Dataset: Uses a synthetic NYC education dataset (schools.csv, test_scores.csv) containing anonymized school performance records across multiple academic years.
🏫 School Performance Analysis: Compares standardized test scores and graduation rates across schools and boroughs.
📈 Trend Analysis: Tracks multi-year trends in math, reading, writing, and graduation outcomes.
🌍 Borough Comparison: Evaluates academic disparities across Manhattan, Brooklyn, Queens, Bronx, and Staten Island.
🚨 Underperformance Detection: Identifies consistently underperforming schools based on KPI thresholds.
💻 SQL Analytics Layer: Implements BI-ready SQL views for key education KPIs.
📝 Documentation: Includes structured SQL scripts and analytical insights.
🔁 Reproducibility: Provides CSV datasets, schema.sql, and analytics.sql for easy setup.


1️⃣ Data Preparation

Loaded and validated synthetic academic performance data from CSV files.
Ensured realistic score distributions and graduation rate ranges.
Verified referential integrity between schools and test scores.
Standardized year-based records for time-series analysis.


2️⃣ Relational Schema Design

Designed a normalized relational schema covering:
Schools and multi-year test score performance.

Implemented:
Primary keys and foreign key constraints
Indexed analytical columns for performance optimization
Clean separation of dimension and fact tables


3️⃣ Analytical Queries & KPIs

Designed analytical SQL views to compute:

Average test scores and graduation rates by borough
Top 15 schools by overall academic performance
Multi-year trends in academic outcomes
Underperforming schools below KPI thresholds

Ensured:
Divide-by-zero safety
BI-ready semantic layer via SQL views
Efficient joins via indexed foreign keys


4️⃣ SQL-Based Analytics Layer

In addition to raw SQL queries, a production-style analytics layer was built using:

Pre-aggregated SQL views
Reusable KPIs for BI consumption
Multi-year performance trend modeling
Scalable join design for future data growth

This mirrors how education analytics pipelines are typically implemented in modern data warehouses (SQL Server, Snowflake, Redshift, BigQuery, PostgreSQL).


📈 Key Insights

Academic performance varies significantly by borough, indicating localized education disparities.
Graduation rates correlate strongly with standardized test outcomes.
Several schools consistently underperform relative to city-wide averages.
Overall academic performance shows gradual improvement over time.


💡 Business Recommendations

Increase funding and targeted interventions for underperforming schools.
Scale best practices from top-performing schools across boroughs.
Invest in tutoring and academic enrichment programs.
Monitor graduation trends alongside academic performance metrics.
Develop early-warning indicators for declining school performance.


🚀 How to Run the Project

Run the SQL scripts in order:

  1. sql/schema.sql
  2. Load CSVs into tables
  3. sql/analytics.sql

📁 Repository Structure

About

SQL-based education analytics project analyzing NYC public school performance, graduation rates, borough-level disparities, and underperforming schools using relational schema design and analytical SQL views.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages