obj = pd.Series([4, 7, -5, 3])
obj.values
unit1
Quiz
•
Computers
•
University
•
Hard
Ms. Deepika
Used 5+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
obj = pd.Series([4, 7, -5, 3])
obj.values
array([ 4, 7, -5, 3])
([ 4, 7, -5, 3])
array(4, 7, -5, 3)
error
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
obj = pd.Series([4, 7, -5, 3])
obj.index
o/p:?
RangeIndex(start=0, stop=4, step=1)
Range(start=0, stop=4, step=1)
RangeIndex(start=0, stop=4)
error
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
obj2 = pd.Series([4, 7, -5, 3], index=['d', 'b', 'a', 'c'])
obj2[obj2 > 0]
output:?
b 6
c 7
d 3
dtype: int64
d 6
b 7
c 3
dtype: int64
error
none
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What Are The Different Types Of Data Structures In Pandas
Data Frame
series
panel
all of the above
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
obj = pd.Series(range(3), index=['a', 'b', 'c'])
index = obj.index
index
o/p:
Index(['a', 'b', 'c'])
error
Index(['a', 'b', 'c'], dtype='object')
none
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
labels = pd.Index(np.arange(3))
labels
Index([0, 1, 2], dtype='int64')
Int64Index([0, 1, 2], dtype='int64')
Int64Index([0, 1, 2])
error
7.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
What is purpose of df.columns and df.iloc[:,:-5]
it displays the names of columns
it displays all columns except the last five columns
it displays all columns except the first five rows
it displays all columns except the last four rows
10 questions
Talent Next Java MCQ-1
Quiz
•
University
10 questions
Pandas_Regex
Quiz
•
University
10 questions
SS2425 WMAD S6+L17 Quiz Time
Quiz
•
University
10 questions
PP_Lab_ESE_Batch1_Quiz_2023_24
Quiz
•
University
10 questions
TIU Quiz-9
Quiz
•
University
15 questions
[Python For All] Quiz 5 - Numpy
Quiz
•
University
17 questions
Урок Анализ данных
Quiz
•
University
10 questions
Inheritance
Quiz
•
University
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