
Pandas series

Quiz
•
Computers
•
University
•
Medium
Harini P20CS004
Used 4+ times
FREE Resource
Student preview

15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a correct syntax to create a pandas series from a python list?
Pd.createSeries(mylist)
Pd.Series(mylist)
Pd.getSeries(mylist)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a correct syntax to add the labels "x","y","z" to a pandas series?
pd.Series(mylist,names =["x","y","z"])
pd.Series(mylist, lables =["x","y","z"])
pd.Series(mylist, index =["x","y","z"])
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Minimum number of argument we require to pass in pandas series ?
0
1
2
3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Series in pandas is
1 dimensional array
2 dimensional array
3 dimensional array
None of the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
We can analyze the data in pandas with:
Series
DataFrame
Both of the above
None of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
For what purpose a pandas is used ?
To create a GUI programming
To create a database
To create a High level array
All of the above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be output for the following code?
import pandas as pd
s = pd.Series([1,2,3,4,5],index = ['a','b','c','d','e'])
print s['a']
1
2
3
4
Create a free account and access millions of resources
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade