Python Pandas-Series

Python Pandas-Series

12th Grade

18 Qs

quiz-placeholder

Similar activities

Pandas Series-2

Pandas Series-2

12th Grade

20 Qs

Dataframes 2

Dataframes 2

12th Grade

19 Qs

Excel Lesson 3 Terms

Excel Lesson 3 Terms

9th - 12th Grade

19 Qs

UK Robot Wars Quiz

UK Robot Wars Quiz

1st Grade - Professional Development

21 Qs

Computer Systems & Python Quiz

Computer Systems & Python Quiz

12th Grade

15 Qs

Pandas Series

Pandas Series

12th Grade

20 Qs

IP

IP

12th Grade

15 Qs

Practice Class 12 Pandas

Practice Class 12 Pandas

12th Grade

15 Qs

Python Pandas-Series

Python Pandas-Series

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Vineetha Maliakal

Used 401+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is true for series.

Size is mutable,Values is mutable

size is immutable,values is mutable

size is mutable,values is immutable.

none

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Series.tail(3) will return how many values.

3 values from front

3 values from last

5 values

none

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Series.head() will return how many rows.

2

3

4

5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To extract subset from Series,the following function is used

row()

column()

loc()

all

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

we can analyze the data in pandas with :

Series

Dataframe

Both

none

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Series in Pandas is

1 Dimensional Array

2 Dimensional array

3 Dimensional array

none of above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Minimum number of argument we require to pass in pandas series ?

0

1

2

3

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?