
Python series
Quiz
•
Computers
•
12th Grade
•
Hard
Lalita Joshi
Used 4+ times
FREE Resource
Enhance your content in a minute
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the output for the following:
import pandas as pd1
s = pd1.Series(5, index=[0, 1, 2, 3])
print(s)
0 5
0 5
1 5
2 5
3 5
dtype: int64
1 5
2 5
2 5
4 5
dtype: int64
0 5
1 5
2 5
3 5
dtype: object
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
write the output:
import pandas as pd1
s = pd1.Series([1,2,3])
t = pd1.Series([1,2,4])
u=s-t
print (u)
0 1
1 0
2 1
dtype: int64
0 0
1 0
2 1
dtype: int64
0 0
1 0
2 -1
dtype: float64
0 0
1 0
2 -1
dtype: int64
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
write the output:
import pandas as pd
s=pd.Series([1,2,3,4],index=['a','b','c','d'])
print(s.iloc[2:4])
b 2
c 3
d 4
dtype: int64
b 3
c 4
dtype: int64
c 3
d 4
dtype: int64
none of the above
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
write the output:
import pandas as pd
s=pd.Series([1,2,3,4],index=['a','b','c','d'])
print(s.loc['b':'d'])
b 2
c 3
d 4
dtype: float64
b 2
c 3
d 4
dtype: object
c 3
d 4
dtype: int64
b 2
c 3
d 4
dtype: int64
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Create an empty series S1
S1 = pandas.Series(empty)
S1 = pandas.series(numpy.Nan)
S1 = pandas.Series()
S1 = pandas.Series(null)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To specify data type int 16 for a series object s1 we can write
s1 = pd.Series(data = numpy.array([2,3,4]), dtype = int16)
s1 = pd.Series(data = numpy.array([2,3,4]), dtype = numpy. int16)
s1 = pd.Series(data = numpy.array([2,3,4]), dtype =pandas. int16)
all of the above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the correct Pandas syntax to read in a csv file and assign it to a DataFrame df?
df = read_csv('file.csv')
df = read('file.csv', type = 'csv')
df = pd.read_csv('file.csv')
df = with open('file.csv') as pd.DataFrame
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
analysis of algorithm (lecture 2)
Quiz
•
12th Grade
10 questions
DATAFRAME AND SERIES
Quiz
•
12th Grade
11 questions
Youtube
Quiz
•
4th Grade - University
20 questions
Multimedia
Quiz
•
12th Grade - University
11 questions
Introduction to Unit 14 IT Service Delivery
Quiz
•
12th Grade
16 questions
Computer Ethics and Security
Quiz
•
12th Grade
14 questions
Robotics
Quiz
•
11th Grade - University
10 questions
ว32281 การเขียนโปรแกรมควบคุมหุ่นยนต์เบื้องต้น
Quiz
•
9th - 12th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade
