Question
Computer Science Question on Data Handling
Match List I with List IIList I | List II |
---|---|
A. | Dataframe.min() |
B. | Dataframe.sum() |
C. | Dataframe.count() |
D. | Dataframe.median() |
Choose the correct answer from the options given below : |
A
A-II, B-I, C-IV, D-III
B
A-I, B-II, C-IV, D-III
C
A-III, B-IV, C-I, D-II
D
A-IV, B-II, C-I, D-III
Answer
A-IV, B-II, C-I, D-III
Explanation
Solution
The correct option is (D) :A-IV, B-II, C-I, D-III.