1. Given a Pandas series called Marks, the command which will display the first 3 rows is .
DATAFRAME AND SERIES

Quiz
•
Computers
•
12th Grade
•
Medium
VRINDA SUKANYA
Used 61+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print(Marks.head(3))
print(Marks.Head(3))
print(Marks.heads(3)
print(Marks.Heads(3))
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1. Given the following Series A1 and A2: 1
A1 A2
a 20 a 70
b 10 b 30
c 24 c 84
d 70 d 80
Write the command to find the sum of series A1 and A2
A1+A2
sum(A1,A2)
a1+a2
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The __________ attribute of a dataframe object returns the row labels of a dataframe.
columns
Columns
Index.Values
index.values
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Say true or false, A Dataframe object is mutable.
True
False
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
DataFramedf
Age Name
rank1 28 Tom
rank2 34 Jack
rank3 29 Steve
rank4 42 Ricky
Find out the command used to get the following output from the above dataframe,
Age
rank1 28
rank2 34
rank3 29
rank4 42
Print(df[‘Age’])
print(df[‘Age’])
print(df(‘Age’))
Print(df[‘Age’], axis=1)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The instructor wants to know the age of the persons with rank3. Help her to identify the correct set of statement/s from the given options:
a) Print(df.loc[‘rank3’])
b) print(df.iloc[‘rank3’])
c) print(df.loc[‘rank3’])
d) Print(df.loc(‘rank3’))
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following statement/s will give 2 rows from bottom of the dataframe ?
Print(df.tail())
print(df.tail(2))
print(df.tail[2])
print(df.tail(4))
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
MOAC Excel 2016 Lesson 03

Quiz
•
8th - 12th Grade
15 questions
ASK F2 -KOD ARAHAN (PYTHON)

Quiz
•
1st Grade - University
9 questions
Checkpoint 1 revision

Quiz
•
9th - 12th Grade
10 questions
NumPy and Pandas Quiz

Quiz
•
12th Grade
15 questions
Python Lists

Quiz
•
8th - 12th Grade
13 questions
Fundamentals of Python

Quiz
•
9th - 12th Grade
10 questions
Computer Software

Quiz
•
9th - 12th Grade
10 questions
Quiz sobre Desenvolvimento de Sistemas

Quiz
•
12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University