## **Quick Version (If you just want the code):** ```text Build a Python system that: 1. Analyzes CSV files in `sample_data/` folder 2. Creates SQLite database (`school_schedule.db`) 3. Migrates CSV data to SQLite with cleaning 4. Provides query application for school scheduling Key queries needed: - Find student location by time - Show student/teacher schedules - Check room availability - Detect schedule conflicts Use: Python, sqlite3, pandas, DB Browser SQLite compatible.