Project #1
Schedule Movement Analyzer
A Python tool that compares original and updated milestone dates, calculates schedule movement, and produces a variance report for project controls review.
- Business problem: Schedule changes are hard to summarize consistently across milestones.
- Automation solution: Read a schedule CSV and calculate calendar-day and workday movement.
- Skills shown: Python, CSV processing, date logic, validation, testing, GitHub documentation.