
DataFrame and Series

Quiz
•
Computers
•
12th Grade
•
Hard
Vijayalakshmi Kavoor
Used 8+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
State the following statement as true or false
"DataFrame values are immutable"
True
False
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Predict the o/p of the following:
import pandas as pd
s=[6,4,2]
s1=pd.Series(s*2)
print(s1+2)
0 14
1 10
2 6
dtype: int64
0 8
1 6
2 4
3 8
4 6
5 4
dtype: int64
0 8
1 6
2 4
dtype: int64
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The following code create a dataframe named ‘D1’ with _______________ columns.
import pandas as pd
D1 = pd.DataFrame([1,2,3] )
1
2
3
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Predict the output
import pandas as pd
s1=pd.Series(1000,index=range(100,500,100))
print(s1)
100 1000
500 1000
100 1000
dtype: int64
100 1000
200 1000
300 1000
400 1000
500 1000
dtype: int64
100 1000
200 1000
300 1000
400 1000
dtype: int64
100 1001
200 1002
300 1003
400 1004
dtype: int64
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Size attribute of the data frame returns total number of rows of the data frame
False
True
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Suppose df is a data frame created from the dictionary,Column labels of the data frame df are displayed from
values
keys
keys and values
Nine of the above
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The attribute returns true if they are any NaN is
values
Nans
hasnans
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Pandas Dataframe MCQs

Quiz
•
12th Grade
8 questions
Mastering DataFrame Creation

Quiz
•
12th Grade
7 questions
บทที่ 2 2.1 ม.3/3

Quiz
•
9th - 12th Grade
13 questions
Data Visualization Quiz

Quiz
•
9th - 12th Grade
10 questions
DS 3

Quiz
•
12th Grade
9 questions
Checkpoint 1 revision

Quiz
•
9th - 12th Grade
10 questions
Class-XII_IP_Revision-3

Quiz
•
12th Grade
15 questions
Practice Class 12 Pandas

Quiz
•
12th Grade
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade