CUET-UG SERIES
Computer-science

Data Handling Using Pandas

4 previous year questions.

Volume: 4 Ques
Yield: Medium

High-Yield Trend

2
2025
2
2023

Chapter Questions
4 MCQs

01
PYQ 2023
easy
computer-science ID: cuet-ug-
Temperature, Rainfall, and Humidity Data for 5 States
StateAvg Temp (°C)Rainfall (in cm)Humidity
Assam2015010.6
Delhi30707.5
Kerala2012010.9
Rajasthan35505.6
Telangana28908.7

Using the above data frame answer the questions:
02
PYQ 2023
medium
computer-science ID: cuet-ug-
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
1
A-IV, B-III, C-I, D-II
2
A-III, B-IV, C-II, D-I
3
A-IV, B-I, C-II, D-III
4
A-I, B-II, C-IV, D-III
\textbf{Correct Answer:} (1) A-IV, B-III, C-I, D-II
03
PYQ 2025
medium
computer-science ID: cuet-ug-
Arrange the following statements to create a series from a dictionary.
(A) Print the series
(B) Import the pandas library
(C) Create the series
(D) Create a dictionary
1
(A), (B), (C), (D)
2
(A), (C), (B), (D)
3
(B), (D), (C), (A)
4
(C), (B), (D), (A)
04
PYQ 2025
medium
computer-science ID: cuet-ug-
The plot function of pandas matplotlib uses 'kind' argument which can accept a string indicating the type of graph to be plotted. Which of the following are valid plots?
1
(A), (B) and (D) only
2
(A), (B) and (C) only
3
(A), (B), (C) and (D)
4
(B), (C) and (D) only