- Prepare (due Su 10/2)
- Content below
- Sakai quizzes
- Peer Instructions – See on the class forum
- Homework (due F 10/7) [Notebook]
- Worked Example [Notebook]
Content (Slides in the Box folder)
6.A – Summarizing Data
- Read Section 3.8 Aggregating and Grouping from Python Data Science Handbook.
- Read Section 3.9 Pivot Tables from Python Data Science Handbook.
6.B – Merging Data
- Record Linkage (8 min.)
- Read Section 3.6 Concat and Append from Python Data Science Handbook. Please note that the join_axes optional parameter mentioned in this section has been deprecated from the Pandas library, you can skip over the details on this parameter.
- Read Section 3.7 Merge and Join from Python Data Science Handbook
- Fuzzy Matching (21 min.)