Module 6 Activity: Build a Summary Gallery
Estimated active time: 90 minutes
Task
Create several summary tables from a fictional learner activity dataset.
Steps
- Create a summary by course.
- Create a summary by course and week.
- Use named aggregations for readable column names.
- Add a group-level average with
transform. - Create a pivot table with course as rows and week as columns.
- Create a crosstab for level by status.
- Reshape a wide weekly table into long form.
- Write the grain for every output table.
Deliverable
- Summary notebook or worksheet.
- Summary table gallery.
- Grain explanation note.
Quality bar
The activity is ready when every table has a clear row meaning and readable column names.
