CBSE Class 12 Informatics Practices
Question 2 of 101
Python Pandas — II — Question 2
Back to all questions 2
Question Assertion. Data aggregation produces a summary statistics of a dataset.
Reason. Data aggregation summarizes data using statistical aggregation functions.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Both A and R are true and R is the correct explanation of A.
Explanation
Data aggregation produces a summary statistic of a dataset because it involves combining and summarizing data from multiple sources or data points, and then calculating a single summary statistic or a set of summary statistics. This process utilizes statistical aggregation functions, such as sum, average, count, minimum, and maximum.