Question:

Match List I with List II
LIST ILIST II
A. DataFrame.std()IV. Standard Deviation
B. DataFrame.describe()III. Descriptive statistical values
C. DataFrame.var()I. Variance
D. DataFrame.mode()II. Value that appears most

Show Hint

Understanding these functions helps you efficiently perform statistical analysis and summary of data in pandas.
Updated On: Apr 24, 2025
  • A-IV, B-III, C-I, D-II
  • A-III, B-IV, C-II, D-I
  • A-IV, B-I, C-II, D-III
  • A-I, B-II, C-IV, D-III
    \textbf{Correct Answer:} (1) A-IV, B-III, C-I, D-II
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

- `DataFrame.std()` calculates the standard deviation, so A matches with IV.
- `DataFrame.describe()` provides descriptive statistical values, so B matches with III.
- `DataFrame.var()` calculates variance, so C matches with I.
- `DataFrame.mode()` returns the value that appears most, so D matches with II.
Therefore, the correct answer is "A-IV, B-III, C-I, D-II."
Was this answer helpful?
0
0

Questions Asked in CUET exam

View More Questions