
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
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
AV1\R1 3TEC_Ciência de Dados - Aula 01 a 16

Quiz
•
1st Grade - University
10 questions
Core Java Quiz

Quiz
•
University
10 questions
Quiz 10

Quiz
•
University
10 questions
Unit 1 - Classes and Objects

Quiz
•
University
15 questions
strings

Quiz
•
University
10 questions
Talent Next Java MCQ-1

Quiz
•
University
10 questions
Pandas Merge Quiz

Quiz
•
University
20 questions
Arrays

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade