The correct response is:
querying your dataset, grouping and aggregating your data
Explanation:
- Querying your dataset refers to the ability to filter and retrieve specific data from a DataFrame based on certain conditions.
- Grouping and aggregating your data involves organizing data into groups based on one or more keys and performing calculations (like sum, mean, count) on those groups to summarize the data.