In a DataFrame, axis-0 is for

Python Pandas Quiz Class 12

Quiz
•
Computers
•
12th Grade
•
Hard
Ashok Uttam
FREE Resource
146 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
Similar Resources on Wayground
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade