Grouping Data

This lesson introduces us to grouping data and focuses on how grouping can be done with Pandas in Python.

We'll cover the following

Grouping

During analysis, we may want to gather information about specific types of items in a column. For instance, we may want to separate the data for household blocks based on their proximity to the ocean in our California Housing Dataset and calculate the total population of household blocks in each type of area.

Get hands-on with 1200+ tech skills courses.