Module 8 Activity: Build a Weekly Trend
Estimated active time: 90 minutes
Task
Use a fictional weekly engagement dataset to create a time-based summary.
Steps
- Parse the event date column.
- Check failed date parsing.
- Sort by date.
- Create month and weekday fields.
- Create a weekly summary.
- Calculate a three-week rolling average.
- Compare two courses over the same time window.
- Write one limitation about the trend.
Deliverable
- Time analysis notebook or worksheet.
- Weekly summary table.
- Rolling average table or chart-ready output.
- Time comparison limitation note.
Quality bar
The activity is ready when the learner compares equal time windows and does not call the rolling average a forecast.
