
Python Pandas Quiz Class 12
Quiz
•
Computers
•
12th Grade
•
Hard
Ashok Uttam
FREE Resource
Enhance your content in a minute
146 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a DataFrame, axis-0 is for
Columns
Rows and Columns both
Rows
None of these
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To get the Transpose of a DataFrame D1, you can write _____________.
D1.T
D1.Transpose
D1.swap
All of these
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To display the 3rd, 4th and 5th columns from the 6th to 9th rows of a dataframe DF, you can write ________.
DF.loc[6:9, 3:5]
DF.loc[6:10, 3:6]
DF.iloc[6:10, 3:6]
DF.iloc[6:9, 3:5]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which among the following can be used to create a DataFrame in Pandas?
A scalar value
An ndarray
A python dictionary
All of these
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To delete a row from a DataFrame, you may use the __________ statement.
remove
delete
drop
cancel
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You have a Pandas dataframe (assigned to the variable df) with the given data. Which of the following code snippets will return the temperature and rainfall of rows 2 and 3?
df[['temperature','rainfall']][1:3]
df['temperature', 'rainfall'][1:3]
df.iloc[1:3]
df.iloc[1:3,1:2]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select the most suitable option. Statement I: A DataFrame is size mutable. Statement II: A series cannot contain duplicate indexes.
I is False and II is True
I is True and II is True
I is False and II is False
I is True and II is False
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
