Back to projects
data / researchResearchPUBLISHED RESEARCH

Schedule Impact Statistical Analysis

Real-world research on 185+ students

Explored the impact of Fixed vs. Flexible Class Schedules on Student Productivity, Academic Success, and Satisfaction. Conducted surveys of 185+ students (aged 18–23), performed independent samples t-tests, KDE analysis, and statistical hypothesis testing to uncover relationships between schedule types and key outcome variables.

GitHub Report
Case study snapshot
Role
Full-stack/data builder
Audience
analysts, students, and technical reviewers
Timeline
2025-10
Role
Full-stack/data builder
Audience
analysts, students, and technical reviewers
Date
2025-10
Problem

Why it mattered

More perceived control → Higher satisfaction; Better planning → Higher effectiveness; Flexible scheduling → Different satisfaction patterns

Solution

What shipped

Explored the impact of Fixed vs. Flexible Class Schedules on Student Productivity, Academic Success, and Satisfaction. Conducted surveys of 185+ students (aged 18–23), performed independent samples t-tests, KDE analysis, and statistical hypothesis testing to uncover relationships between schedule types and key outcome variables.

Impact

Proof signal

7 key findings validated through statistical hypothesis testing; significant relationships discovered in control-satisfaction (p=0.0012), planning-effectiveness (p=0.0078), and flexibility-satisfaction (p=0.0058)

< architecture />

System flow

Survey Design -> Data Collection -> Cleaning & EDA -> T-Test Analysis -> KDE Visualization -> Hypothesis Validation -> Report Generation.

Survey Design
Data Collection
Cleaning & EDA
T-Test Analysis
KDE Visualization
Hypothesis Validation
Report Generation
Visual architecture
01
Survey Design
02
Data Collection
03
Cleaning & EDA
04
T-Test Analysis
05
KDE Visualization
06
Hypothesis Validation
07
Report Generation
quality score

Honest maturity snapshot

Code Quality9/10
UI / UX6/10
Scalability8/10
Production Ready6/10
Before

Raw datasets, disconnected metrics, and hard-to-scan findings.

After

A structured analysis or dashboard with clear KPIs, visual patterns, and decision-ready insights.

capabilities

Features

  • Python integrated into the workflow.
  • Pandas integrated into the workflow.
  • NumPy integrated into the workflow.
  • SciPy integrated into the workflow.
  • Survey Design stage documented in the delivery flow.
  • Data Collection stage documented in the delivery flow.
tradeoffs

Engineering challenges

  • Keeping the implementation clear enough to explain while still solving the core technical problem.
  • Choosing a scope that could be shipped, tested, and documented.
  • Turning technical work into proof a visitor can evaluate quickly.
proof

Results

  • 7 key findings validated through statistical hypothesis testing; significant relationships discovered in control-satisfaction (p=0.0012), planning-effectiveness (p=0.0078), and flexibility-satisfaction (p=0.0058)
  • More perceived control → Higher satisfaction; Better planning → Higher effectiveness; Flexible scheduling → Different satisfaction patterns
  • Made source code or technical proof available for review.
reflection

What I learned

  • Tradeoff learned: Keeping the implementation clear enough to explain while still solving the core technical problem.
  • Proof learned: 7 key findings validated through statistical hypothesis testing; significant relationships discovered in control-satisfaction (p=0.0012), planning-effectiveness (p=0.0078), and flexibility-satisfaction (p=0.0058)
  • Next iteration: Add richer screenshots or a narrated demo.
< stack />
PythonPandasNumPySciPyMatplotlibSeabornJupyterGoogle Colab
Dataset: Survey data · n=185+ students · PUCIT · Collaborative research
< next iteration />

Future improvements

Add richer screenshots or a narrated demo.
Add before/after metrics and usage notes.
Package the project as a reusable template or deployable demo.