C. querying your dataset, grouping and aggregating your data
Explanation:
1. Querying your dataset - Pandas provides a wide range of methods and functions to filter and extract specific data from a dataset. It allows you to perform operations like selecting specific rows or columns based on certain conditions, which helps in extracting relevant information.
2. Grouping and aggregating your data - Pandas allows you to group your data based on specific columns and perform various aggregate operations on those groups. It enables you to calculate summary statistics, such as mean, sum, count, etc., for each group or combination of groups, providing insights into the data at a higher level.
What are two of the functions of pandas and what do they mean?(1 point)
A. calculating measures of central tendency, calculating trigonometric problems
B. combining multiple datasets, sending data analysis to team members
C. querying your dataset, grouping and aggregating your data
D. collecting data, cleaning data
1 answer