Grade XII-IP Self Evaluation (Python Series)

Grade XII-IP Self Evaluation (Python Series)

12th Grade

25 Qs

quiz-placeholder

Similar activities

SEMI 3.08

SEMI 3.08

9th - 12th Grade

22 Qs

CL PdC 2

CL PdC 2

4th Grade - University

24 Qs

Spring Final Review (Urban, Economic Development & Geopolitics)

Spring Final Review (Urban, Economic Development & Geopolitics)

9th - 12th Grade

20 Qs

Marketing Semester Test Review Unit 9

Marketing Semester Test Review Unit 9

11th - 12th Grade

20 Qs

Logarithm Quiz

Logarithm Quiz

12th Grade

20 Qs

HOME AND UPPER ROW KEYS TEST

HOME AND UPPER ROW KEYS TEST

6th - 12th Grade

20 Qs

Python and SQL Quiz

Python and SQL Quiz

12th Grade

25 Qs

Grade XII-IP Self Evaluation (Python Series)

Grade XII-IP Self Evaluation (Python Series)

Assessment

Quiz

Other

12th Grade

Hard

Created by

Village Teachers

Used 16+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

data ={‘a’:10.,’b’:11.,’c’:12.}

s =pd.Series(data)

index values of s is __________

0,1,2

10,11,12

a,b,c

10a,11b,12c

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Pandas Series is a

one-dimensional labeled array

two-dimensional labeled array

three-dimensional labeled array

multi-dimensional labeled array

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

s = pd.Series(20, index=[2, 3, 4, 5,6])

print (s) will print 20 ______times

4

5

6

1

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Give the output:

s=pd.Series([10,20,30,40,50],index =[‘a’,’b’,’c’,0,1]

print(s.loc[1])

10

20

40

50

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Give the output:

s=pd.Series([10,20,30,40,50],index =[‘a’,’b’,’c’,0,1])

print(s.iloc[1])

10

20

40

50

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

By default Series.tail() function display last ___ rows.

3

4

5

6

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

__________ function is used to delete an element from series.

delete

drop

remove

pop

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?