Search Header Logo

Grade XII-IP Self Evaluation (Python Series)

Authored by Village Teachers

Other

12th Grade

Used 17+ times

Grade XII-IP Self Evaluation (Python Series)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?