In this course, you’ve covered a ton of ground on .groupby()
, including its design, its API, and how to chain methods together to get data into a structure that suits your purpose.
You’ve learned:
- How to use pandas GroupBy operations on real-world data
- How the split-apply-combine chain of operations works and how you can decompose it into steps
- How methods of a pandas GroupBy object can be categorized based on their intent and result
There’s much more to .groupby()
than you can cover in one course. But hopefully this was a good starting point for further exploration!
You can download the source code for all the examples in this course by clicking on the link below: