Grade XII-IP Self Evaluation (Python Series)

Grade XII-IP Self Evaluation (Python Series)

12th Grade

25 Qs

quiz-placeholder

Similar activities

MASA PENGENALAN LINGKUNGAN SEKOLAH

MASA PENGENALAN LINGKUNGAN SEKOLAH

10th - 12th Grade

20 Qs

QUIZ MPLS

QUIZ MPLS

12th Grade

20 Qs

HOME AND UPPER ROW KEYS TEST

HOME AND UPPER ROW KEYS TEST

6th - 12th Grade

20 Qs

QUIZ PAGI HARI :)

QUIZ PAGI HARI :)

9th - 12th Grade

20 Qs

Chapter 10 Vocab Review

Chapter 10 Vocab Review

9th - 12th Grade

22 Qs

Seberapa kenalkah kalian dengan Sunlokku?

Seberapa kenalkah kalian dengan Sunlokku?

10th - 12th Grade

20 Qs

Pandas Series & DataFrames

Pandas Series & DataFrames

12th Grade

20 Qs

Excel 2019 Core Vocab

Excel 2019 Core Vocab

9th - 12th Grade

20 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 15+ 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?